Html Css Color HEX #C9531E Trinidad

📋 copy color: '#C9531E'

red 201 ◦ green 83 ◦ blue 30

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

Shades of Trinidad #C9531E

Tints of Trinidad #C9531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.55%

R = 64.01%
G = 26.43%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9531E (or 0xC9531E) is known color: Trinidad. HEX triplet: C9, 53 and 1E. RGB value is (201,83,30). Sum of RGB (Red+Green+Blue) = 201+83+30=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9531E is #36ACE1. Grayscale: #707070. Windows color (decimal): -3583202 or 1987529. OLE color: 1987529.

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

Color convert

RGB 201 83 30 -
CMYK 0 0.59 0.85 0.21
HSL 18.6º 0.74% 0.45% -
HSV(B) 18.6º 0.85% 0.79% -
XYZ 27.42 18.7 3.39 -
YUV 112.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 201 83 30 0 0.59 0.85 0.21 18.6 0.74 0.45
Hex C9 53 1E 0 3B 55 15 13 4A 2D
Octal 311 123 36 0 73 125 25 23 112 55
Binary 11001001 1010011 11110 0 111011 1010101 10101 10011 1001010 101101

Color Harmonies of #C9531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9531E

Black with #C9531E

Text Example


Text Example

White with #C9531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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