Html Css Color HEX #C9531F Trinidad

📋 copy color: '#C9531F'

red 201 ◦ green 83 ◦ blue 31

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

Shades of Trinidad #C9531F

Tints of Trinidad #C9531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 63.81%
G = 26.35%
B = 9.84%

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

#C9531F (or 0xC9531F) is known color: Trinidad. HEX triplet: C9, 53 and 1F. RGB value is (201,83,31). Sum of RGB (Red+Green+Blue) = 201+83+31=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9531F is #36ACE0. Grayscale: #707070. Windows color (decimal): -3583201 or 2053065. OLE color: 2053065.

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

Color convert

RGB 201 83 31 -
CMYK 0 0.59 0.85 0.21
HSL 18.35º 0.73% 0.45% -
HSV(B) 18.35º 0.85% 0.79% -
XYZ 27.43 18.7 3.46 -
YUV 112.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 201 83 31 0 0.59 0.85 0.21 18.35 0.73 0.45
Hex C9 53 1F 0 3B 55 15 12 49 2D
Octal 311 123 37 0 73 125 25 22 111 55
Binary 11001001 1010011 11111 0 111011 1010101 10101 10010 1001001 101101

Color Harmonies of #C9531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9531F

Black with #C9531F

Text Example


Text Example

White with #C9531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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