Html Css Color HEX #C95339 Trinidad

📋 copy color: '#C95339'

red 201 ◦ green 83 ◦ blue 57

#C95339
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #C95339

Tints of Trinidad #C95339

RGB

 RED value IS 201 (78.91% from 255) = 58.94%

 GREEN value IS 83 (32.81% from 255) = 24.34%

 BLUE value IS 57 (22.66% from 255) = 16.72%

R = 58.94%
G = 24.34%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C95339 (or 0xC95339) is known color: Trinidad. HEX triplet: C9, 53 and 39. RGB value is (201,83,57). Sum of RGB (Red+Green+Blue) = 201+83+57=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C95339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95339 is #36ACC6. Grayscale: #737373. Windows color (decimal): -3583175 or 3757001. OLE color: 3757001.

HSL color Cylindrical-coordinate representation of color #C95339: hue angle of 10.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95339 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 57 -
CMYK 0 0.59 0.72 0.21
HSL 10.83º 0.57% 0.51% -
HSV(B) 10.83º 0.72% 0.79% -
XYZ 27.92 18.9 6.05 -
YUV 115.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 201 83 57 0 0.59 0.72 0.21 10.83 0.57 0.51
Hex C9 53 39 0 3B 48 15 B 39 33
Octal 311 123 71 0 73 110 25 13 71 63
Binary 11001001 1010011 111001 0 111011 1001000 10101 1011 111001 110011

Color Harmonies of #C95339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95339

Black with #C95339

Text Example


Text Example

White with #C95339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95339; }

 p { color: rgb(201,83,57); }

 H1.HeaderClassName
 {
   color: #C95339;
 }
 .AnyTagClassName
 {
   color: #C95339;
 }
</style>

background-color css

<style>
 a { background-color: #C95339; }

 a { background-color: rgb(201,83,57); }

 div.DivClassName
 {
   background-color: #C95339;
 }
 .BgClassName
 {
   background-color: #C95339;
 }
</style>

border-color css

<style>
 span { border-color: #C95339; }

 span { border-color: rgb(201,83,57); }

 td.TdClassName
 {
   border-color: #C95339;
 }
 .TagClassName
 {
   border-color: #C95339;
 }
</style>