Html Css Color HEX #CC5034 Trinidad

📋 copy color: '#CC5034'

red 204 ◦ green 80 ◦ blue 52

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

Shades of Trinidad #CC5034

Tints of Trinidad #CC5034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 60.71%
G = 23.81%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC5034 (or 0xCC5034) is known color: Trinidad. HEX triplet: CC, 50 and 34. RGB value is (204,80,52). Sum of RGB (Red+Green+Blue) = 204+80+52=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5034 is #33AFCB. Grayscale: #727272. Windows color (decimal): -3387340 or 3428556. OLE color: 3428556.

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

Color convert

RGB 204 80 52 -
CMYK 0 0.61 0.75 0.2
HSL 11.05º 0.6% 0.5% -
HSV(B) 11.05º 0.75% 0.8% -
XYZ 28.39 18.82 5.39 -
YUV 113.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 204 80 52 0 0.61 0.75 0.2 11.05 0.6 0.5
Hex CC 50 34 0 3D 4B 14 B 3C 32
Octal 314 120 64 0 75 113 24 13 74 62
Binary 11001100 1010000 110100 0 111101 1001011 10100 1011 111100 110010

Color Harmonies of #CC5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5034

Black with #CC5034

Text Example


Text Example

White with #CC5034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5034; }

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

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

background-color css

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

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

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

border-color css

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

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

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