Html Css Color HEX #CC5031 Trinidad

📋 copy color: '#CC5031'

red 204 ◦ green 80 ◦ blue 49

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

Shades of Trinidad #CC5031

Tints of Trinidad #CC5031

RGB

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

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

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

R = 61.26%
G = 24.02%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC5031 (or 0xCC5031) is known color: Trinidad. HEX triplet: CC, 50 and 31. RGB value is (204,80,49). Sum of RGB (Red+Green+Blue) = 204+80+49=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5031 is #33AFCE. Grayscale: #717171. Windows color (decimal): -3387343 or 3231948. OLE color: 3231948.

HSL color Cylindrical-coordinate representation of color #CC5031: hue angle of 12º 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 #CC5031 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 49 -
CMYK 0 0.61 0.76 0.2
HSL 12º 0.61% 0.5% -
HSV(B) 12º 0.76% 0.8% -
XYZ 28.32 18.8 5.04 -
YUV 113.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 204 80 49 0 0.61 0.76 0.2 12 0.61 0.5
Hex CC 50 31 0 3D 4C 14 C 3D 32
Octal 314 120 61 0 75 114 24 14 75 62
Binary 11001100 1010000 110001 0 111101 1001100 10100 1100 111101 110010

Color Harmonies of #CC5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5031

Black with #CC5031

Text Example


Text Example

White with #CC5031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5031; }

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

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

background-color css

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

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

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

border-color css

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

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

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