Html Css Color HEX #C9502C Trinidad

📋 copy color: '#C9502C'

red 201 ◦ green 80 ◦ blue 44

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

Shades of Trinidad #C9502C

Tints of Trinidad #C9502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 61.85%
G = 24.62%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9502C (or 0xC9502C) is known color: Trinidad. HEX triplet: C9, 50 and 2C. RGB value is (201,80,44). Sum of RGB (Red+Green+Blue) = 201+80+44=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9502C is #36AFD3. Grayscale: #707070. Windows color (decimal): -3583956 or 2904265. OLE color: 2904265.

HSL color Cylindrical-coordinate representation of color #C9502C: hue angle of 13.76º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9502C is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 44 -
CMYK 0 0.60 0.78 0.21
HSL 13.76º 0.64% 0.48% -
HSV(B) 13.76º 0.78% 0.79% -
XYZ 27.41 18.34 4.48 -
YUV 112.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 201 80 44 0 0.60 0.78 0.21 13.76 0.64 0.48
Hex C9 50 2C 0 3C 4E 15 E 40 30
Octal 311 120 54 0 74 116 25 16 100 60
Binary 11001001 1010000 101100 0 111100 1001110 10101 1110 1000000 110000

Color Harmonies of #C9502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9502C

Black with #C9502C

Text Example


Text Example

White with #C9502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9502C; }

 p { color: rgb(201,80,44); }

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

background-color css

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

 a { background-color: rgb(201,80,44); }

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

border-color css

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

 span { border-color: rgb(201,80,44); }

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