Html Css Color HEX #CC4426 Trinidad

📋 copy color: '#CC4426'

red 204 ◦ green 68 ◦ blue 38

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

Shades of Trinidad #CC4426

Tints of Trinidad #CC4426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 65.81%
G = 21.94%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC4426 (or 0xCC4426) is known color: Trinidad. HEX triplet: CC, 44 and 26. RGB value is (204,68,38). Sum of RGB (Red+Green+Blue) = 204+68+38=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4426 is #33BBD9. Grayscale: #696969. Windows color (decimal): -3390426 or 2507980. OLE color: 2507980.

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

Color convert

RGB 204 68 38 -
CMYK 0 0.67 0.81 0.2
HSL 10.84º 0.69% 0.47% -
HSV(B) 10.84º 0.81% 0.8% -
XYZ 27.32 17.11 3.7 -
YUV 105.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 204 68 38 0 0.67 0.81 0.2 10.84 0.69 0.47
Hex CC 44 26 0 43 51 14 B 45 2F
Octal 314 104 46 0 103 121 24 13 105 57
Binary 11001100 1000100 100110 0 1000011 1010001 10100 1011 1000101 101111

Color Harmonies of #CC4426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4426

Black with #CC4426

Text Example


Text Example

White with #CC4426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4426; }

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

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

background-color css

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

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

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

border-color css

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

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

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