Html Css Color HEX #CC5123 Trinidad

📋 copy color: '#CC5123'

red 204 ◦ green 81 ◦ blue 35

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

Shades of Trinidad #CC5123

Tints of Trinidad #CC5123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.31%

 BLUE value IS 35 (14.06% from 255) = 10.94%

R = 63.75%
G = 25.31%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5123 (or 0xCC5123) is known color: Trinidad. HEX triplet: CC, 51 and 23. RGB value is (204,81,35). Sum of RGB (Red+Green+Blue) = 204+81+35=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5123 is #33AEDC. Grayscale: #707070. Windows color (decimal): -3387101 or 2314700. OLE color: 2314700.

HSL color Cylindrical-coordinate representation of color #CC5123: hue angle of 16.33º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC5123 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 35 -
CMYK 0 0.60 0.83 0.2
HSL 16.33º 0.71% 0.47% -
HSV(B) 16.33º 0.83% 0.8% -
XYZ 28.15 18.84 3.74 -
YUV 112.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 204 81 35 0 0.60 0.83 0.2 16.33 0.71 0.47
Hex CC 51 23 0 3C 53 14 10 47 2F
Octal 314 121 43 0 74 123 24 20 107 57
Binary 11001100 1010001 100011 0 111100 1010011 10100 10000 1000111 101111

Color Harmonies of #CC5123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5123

Black with #CC5123

Text Example


Text Example

White with #CC5123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5123; }

 p { color: rgb(204,81,35); }

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

background-color css

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

 a { background-color: rgb(204,81,35); }

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

border-color css

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

 span { border-color: rgb(204,81,35); }

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