Html Css Color HEX #CC472F Trinidad

📋 copy color: '#CC472F'

red 204 ◦ green 71 ◦ blue 47

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

Shades of Trinidad #CC472F

Tints of Trinidad #CC472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 63.35%
G = 22.05%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC472F (or 0xCC472F) is known color: Trinidad. HEX triplet: CC, 47 and 2F. RGB value is (204,71,47). Sum of RGB (Red+Green+Blue) = 204+71+47=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC472F is #33B8D0. Grayscale: #6C6C6C. Windows color (decimal): -3389649 or 3098572. OLE color: 3098572.

HSL color Cylindrical-coordinate representation of color #CC472F: hue angle of 9.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC472F is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 47 -
CMYK 0 0.65 0.77 0.2
HSL 9.17º 0.63% 0.49% -
HSV(B) 9.17º 0.77% 0.8% -
XYZ 27.67 17.55 4.62 -
YUV 108.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 204 71 47 0 0.65 0.77 0.2 9.17 0.63 0.49
Hex CC 47 2F 0 41 4D 14 9 3F 31
Octal 314 107 57 0 101 115 24 11 77 61
Binary 11001100 1000111 101111 0 1000001 1001101 10100 1001 111111 110001

Color Harmonies of #CC472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC472F

Black with #CC472F

Text Example


Text Example

White with #CC472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC472F; }

 p { color: rgb(204,71,47); }

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

background-color css

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

 a { background-color: rgb(204,71,47); }

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

border-color css

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

 span { border-color: rgb(204,71,47); }

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