Html Css Color HEX #CC4B38 Trinidad

📋 copy color: '#CC4B38'

red 204 ◦ green 75 ◦ blue 56

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

Shades of Trinidad #CC4B38

Tints of Trinidad #CC4B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 60.9%
G = 22.39%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC4B38 (or 0xCC4B38) is known color: Trinidad. HEX triplet: CC, 4B and 38. RGB value is (204,75,56). Sum of RGB (Red+Green+Blue) = 204+75+56=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4B38 is #33B4C7. Grayscale: #6F6F6F. Windows color (decimal): -3388616 or 3689420. OLE color: 3689420.

HSL color Cylindrical-coordinate representation of color #CC4B38: hue angle of 7.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4B38 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 75 56 -
CMYK 0 0.63 0.73 0.2
HSL 7.7º 0.59% 0.51% -
HSV(B) 7.7º 0.73% 0.8% -
XYZ 28.13 18.16 5.76 -
YUV 111.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 204 75 56 0 0.63 0.73 0.2 7.7 0.59 0.51
Hex CC 4B 38 0 3F 49 14 8 3B 33
Octal 314 113 70 0 77 111 24 10 73 63
Binary 11001100 1001011 111000 0 111111 1001001 10100 1000 111011 110011

Color Harmonies of #CC4B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4B38

Black with #CC4B38

Text Example


Text Example

White with #CC4B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4B38; }

 p { color: rgb(204,75,56); }

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

background-color css

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

 a { background-color: rgb(204,75,56); }

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

border-color css

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

 span { border-color: rgb(204,75,56); }

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