Html Css Color HEX #CC4422 Trinidad

📋 copy color: '#CC4422'

red 204 ◦ green 68 ◦ blue 34

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

Shades of Trinidad #CC4422

Tints of Trinidad #CC4422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 66.67%
G = 22.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC4422 (or 0xCC4422) is known color: Trinidad. HEX triplet: CC, 44 and 22. RGB value is (204,68,34). Sum of RGB (Red+Green+Blue) = 204+68+34=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4422 is #33BBDD. Grayscale: #696969. Windows color (decimal): -3390430 or 2245836. OLE color: 2245836.

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

Color convert

RGB 204 68 34 -
CMYK 0 0.67 0.83 0.2
HSL 12º 0.71% 0.47% -
HSV(B) 12º 0.83% 0.8% -
XYZ 27.26 17.09 3.37 -
YUV 104.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 204 68 34 0 0.67 0.83 0.2 12 0.71 0.47
Hex CC 44 22 0 43 53 14 C 47 2F
Octal 314 104 42 0 103 123 24 14 107 57
Binary 11001100 1000100 100010 0 1000011 1010011 10100 1100 1000111 101111

Color Harmonies of #CC4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4422

Black with #CC4422

Text Example


Text Example

White with #CC4422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4422; }

 p { color: rgb(204,68,34); }

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

background-color css

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

 a { background-color: rgb(204,68,34); }

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

border-color css

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

 span { border-color: rgb(204,68,34); }

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