Html Css Color HEX #CC491E Trinidad

📋 copy color: '#CC491E'

red 204 ◦ green 73 ◦ blue 30

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

Shades of Trinidad #CC491E

Tints of Trinidad #CC491E

RGB

 RED value IS 204 (80.08% from 255) = 66.45%

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 66.45%
G = 23.78%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC491E (or 0xCC491E) is known color: Trinidad. HEX triplet: CC, 49 and 1E. RGB value is (204,73,30). Sum of RGB (Red+Green+Blue) = 204+73+30=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC491E is #33B6E1. Grayscale: #6B6B6B. Windows color (decimal): -3389154 or 1984972. OLE color: 1984972.

HSL color Cylindrical-coordinate representation of color #CC491E: hue angle of 14.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC491E is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 73 30 -
CMYK 0 0.64 0.85 0.2
HSL 14.83º 0.74% 0.46% -
HSV(B) 14.83º 0.85% 0.8% -
XYZ 27.52 17.7 3.19 -
YUV 107.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 204 73 30 0 0.64 0.85 0.2 14.83 0.74 0.46
Hex CC 49 1E 0 40 55 14 F 4A 2E
Octal 314 111 36 0 100 125 24 17 112 56
Binary 11001100 1001001 11110 0 1000000 1010101 10100 1111 1001010 101110

Color Harmonies of #CC491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC491E

Black with #CC491E

Text Example


Text Example

White with #CC491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC491E; }

 p { color: rgb(204,73,30); }

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

background-color css

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

 a { background-color: rgb(204,73,30); }

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

border-color css

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

 span { border-color: rgb(204,73,30); }

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