Html Css Color HEX #CC4730 Trinidad

📋 copy color: '#CC4730'

red 204 ◦ green 71 ◦ blue 48

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

Shades of Trinidad #CC4730

Tints of Trinidad #CC4730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 63.16%
G = 21.98%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC4730 (or 0xCC4730) is known color: Trinidad. HEX triplet: CC, 47 and 30. RGB value is (204,71,48). Sum of RGB (Red+Green+Blue) = 204+71+48=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4730 is #33B8CF. Grayscale: #6C6C6C. Windows color (decimal): -3389648 or 3164108. OLE color: 3164108.

HSL color Cylindrical-coordinate representation of color #CC4730: hue angle of 8.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC4730 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 48 -
CMYK 0 0.65 0.76 0.2
HSL 8.85º 0.62% 0.49% -
HSV(B) 8.85º 0.76% 0.8% -
XYZ 27.69 17.56 4.73 -
YUV 108.15 94.06 196.37 -
System Red Green Blue C M Y K H S L
Decimal 204 71 48 0 0.65 0.76 0.2 8.85 0.62 0.49
Hex CC 47 30 0 41 4C 14 9 3E 31
Octal 314 107 60 0 101 114 24 11 76 61
Binary 11001100 1000111 110000 0 1000001 1001100 10100 1001 111110 110001

Color Harmonies of #CC4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4730

Black with #CC4730

Text Example


Text Example

White with #CC4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4730; }

 p { color: rgb(204,71,48); }

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

background-color css

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

 a { background-color: rgb(204,71,48); }

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

border-color css

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

 span { border-color: rgb(204,71,48); }

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