Html Css Color HEX #CC5027 Trinidad

📋 copy color: '#CC5027'

red 204 ◦ green 80 ◦ blue 39

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

Shades of Trinidad #CC5027

Tints of Trinidad #CC5027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.07%

R = 63.16%
G = 24.77%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC5027 (or 0xCC5027) is known color: Trinidad. HEX triplet: CC, 50 and 27. RGB value is (204,80,39). Sum of RGB (Red+Green+Blue) = 204+80+39=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5027 is #33AFD8. Grayscale: #707070. Windows color (decimal): -3387353 or 2576588. OLE color: 2576588.

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

Color convert

RGB 204 80 39 -
CMYK 0 0.61 0.81 0.2
HSL 14.91º 0.68% 0.48% -
HSV(B) 14.91º 0.81% 0.8% -
XYZ 28.14 18.72 4.05 -
YUV 112.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 204 80 39 0 0.61 0.81 0.2 14.91 0.68 0.48
Hex CC 50 27 0 3D 51 14 F 44 30
Octal 314 120 47 0 75 121 24 17 104 60
Binary 11001100 1010000 100111 0 111101 1010001 10100 1111 1000100 110000

Color Harmonies of #CC5027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5027

Black with #CC5027

Text Example


Text Example

White with #CC5027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5027; }

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

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

background-color css

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

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

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

border-color css

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

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

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