Html Css Color HEX #CC4721 Trinidad

📋 copy color: '#CC4721'

red 204 ◦ green 71 ◦ blue 33

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

Shades of Trinidad #CC4721

Tints of Trinidad #CC4721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.71%

R = 66.23%
G = 23.05%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC4721 (or 0xCC4721) is known color: Trinidad. HEX triplet: CC, 47 and 21. RGB value is (204,71,33). Sum of RGB (Red+Green+Blue) = 204+71+33=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4721 is #33B8DE. Grayscale: #6A6A6A. Windows color (decimal): -3389663 or 2181068. OLE color: 2181068.

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

Color convert

RGB 204 71 33 -
CMYK 0 0.65 0.84 0.2
HSL 13.33º 0.72% 0.46% -
HSV(B) 13.33º 0.84% 0.8% -
XYZ 27.43 17.45 3.36 -
YUV 106.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 204 71 33 0 0.65 0.84 0.2 13.33 0.72 0.46
Hex CC 47 21 0 41 54 14 D 48 2E
Octal 314 107 41 0 101 124 24 15 110 56
Binary 11001100 1000111 100001 0 1000001 1010100 10100 1101 1001000 101110

Color Harmonies of #CC4721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4721

Black with #CC4721

Text Example


Text Example

White with #CC4721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4721; }

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

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

background-color css

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

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

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

border-color css

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

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

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