Html Css Color HEX #CC502F Trinidad

📋 copy color: '#CC502F'

red 204 ◦ green 80 ◦ blue 47

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

Shades of Trinidad #CC502F

Tints of Trinidad #CC502F

RGB

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

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

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

R = 61.63%
G = 24.17%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC502F (or 0xCC502F) is known color: Trinidad. HEX triplet: CC, 50 and 2F. RGB value is (204,80,47). Sum of RGB (Red+Green+Blue) = 204+80+47=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC502F is #33AFD0. Grayscale: #717171. Windows color (decimal): -3387345 or 3100876. OLE color: 3100876.

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

Color convert

RGB 204 80 47 -
CMYK 0 0.61 0.77 0.2
HSL 12.61º 0.63% 0.49% -
HSV(B) 12.61º 0.77% 0.8% -
XYZ 28.28 18.78 4.82 -
YUV 113.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 204 80 47 0 0.61 0.77 0.2 12.61 0.63 0.49
Hex CC 50 2F 0 3D 4D 14 D 3F 31
Octal 314 120 57 0 75 115 24 15 77 61
Binary 11001100 1010000 101111 0 111101 1001101 10100 1101 111111 110001

Color Harmonies of #CC502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC502F

Black with #CC502F

Text Example


Text Example

White with #CC502F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC502F; }

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

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

background-color css

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

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

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

border-color css

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

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

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