Html Css Color HEX #CC4D31 Trinidad

📋 copy color: '#CC4D31'

red 204 ◦ green 77 ◦ blue 49

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

Shades of Trinidad #CC4D31

Tints of Trinidad #CC4D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 61.82%
G = 23.33%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC4D31 (or 0xCC4D31) is known color: Trinidad. HEX triplet: CC, 4D and 31. RGB value is (204,77,49). Sum of RGB (Red+Green+Blue) = 204+77+49=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D31 is #33B2CE. Grayscale: #707070. Windows color (decimal): -3388111 or 3231180. OLE color: 3231180.

HSL color Cylindrical-coordinate representation of color #CC4D31: hue angle of 10.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC4D31 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 77 49 -
CMYK 0 0.62 0.76 0.2
HSL 10.84º 0.61% 0.5% -
HSV(B) 10.84º 0.76% 0.8% -
XYZ 28.11 18.37 4.97 -
YUV 111.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 204 77 49 0 0.62 0.76 0.2 10.84 0.61 0.5
Hex CC 4D 31 0 3E 4C 14 B 3D 32
Octal 314 115 61 0 76 114 24 13 75 62
Binary 11001100 1001101 110001 0 111110 1001100 10100 1011 111101 110010

Color Harmonies of #CC4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D31

Black with #CC4D31

Text Example


Text Example

White with #CC4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D31; }

 p { color: rgb(204,77,49); }

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

background-color css

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

 a { background-color: rgb(204,77,49); }

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

border-color css

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

 span { border-color: rgb(204,77,49); }

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