Html Css Color HEX #C9511C Trinidad

📋 copy color: '#C9511C'

red 201 ◦ green 81 ◦ blue 28

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

Shades of Trinidad #C9511C

Tints of Trinidad #C9511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 64.84%
G = 26.13%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9511C (or 0xC9511C) is known color: Trinidad. HEX triplet: C9, 51 and 1C. RGB value is (201,81,28). Sum of RGB (Red+Green+Blue) = 201+81+28=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9511C is #36AEE3. Grayscale: #6F6F6F. Windows color (decimal): -3583716 or 1855945. OLE color: 1855945.

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

Color convert

RGB 201 81 28 -
CMYK 0 0.60 0.86 0.21
HSL 18.38º 0.76% 0.45% -
HSV(B) 18.38º 0.86% 0.79% -
XYZ 27.24 18.39 3.21 -
YUV 110.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 201 81 28 0 0.60 0.86 0.21 18.38 0.76 0.45
Hex C9 51 1C 0 3C 56 15 12 4C 2D
Octal 311 121 34 0 74 126 25 22 114 55
Binary 11001001 1010001 11100 0 111100 1010110 10101 10010 1001100 101101

Color Harmonies of #C9511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9511C

Black with #C9511C

Text Example


Text Example

White with #C9511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9511C; }

 p { color: rgb(201,81,28); }

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

background-color css

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

 a { background-color: rgb(201,81,28); }

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

border-color css

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

 span { border-color: rgb(201,81,28); }

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