Html Css Color HEX #C9541E Trinidad

📋 copy color: '#C9541E'

red 201 ◦ green 84 ◦ blue 30

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

Shades of Trinidad #C9541E

Tints of Trinidad #C9541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 63.81%
G = 26.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9541E (or 0xC9541E) is known color: Trinidad. HEX triplet: C9, 54 and 1E. RGB value is (201,84,30). Sum of RGB (Red+Green+Blue) = 201+84+30=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9541E is #36ABE1. Grayscale: #717171. Windows color (decimal): -3582946 or 1987785. OLE color: 1987785.

HSL color Cylindrical-coordinate representation of color #C9541E: hue angle of 18.95º 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 #C9541E is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 30 -
CMYK 0 0.58 0.85 0.21
HSL 18.95º 0.74% 0.45% -
HSV(B) 18.95º 0.85% 0.79% -
XYZ 27.49 18.85 3.42 -
YUV 112.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 201 84 30 0 0.58 0.85 0.21 18.95 0.74 0.45
Hex C9 54 1E 0 3A 55 15 13 4A 2D
Octal 311 124 36 0 72 125 25 23 112 55
Binary 11001001 1010100 11110 0 111010 1010101 10101 10011 1001010 101101

Color Harmonies of #C9541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9541E

Black with #C9541E

Text Example


Text Example

White with #C9541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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