Html Css Color HEX #CC6226 Chocolate

📋 copy color: '#CC6226'

red 204 ◦ green 98 ◦ blue 38

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

Shades of Chocolate #CC6226

Tints of Chocolate #CC6226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 60%
G = 28.82%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6226 (or 0xCC6226) is known color: Chocolate. HEX triplet: CC, 62 and 26. RGB value is (204,98,38). Sum of RGB (Red+Green+Blue) = 204+98+38=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6226 is #339DD9. Grayscale: #7B7B7B. Windows color (decimal): -3382746 or 2515660. OLE color: 2515660.

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

Color convert

RGB 204 98 38 -
CMYK 0 0.52 0.81 0.2
HSL 21.69º 0.69% 0.47% -
HSV(B) 21.69º 0.81% 0.8% -
XYZ 29.62 21.71 4.46 -
YUV 122.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 204 98 38 0 0.52 0.81 0.2 21.69 0.69 0.47
Hex CC 62 26 0 34 51 14 16 45 2F
Octal 314 142 46 0 64 121 24 26 105 57
Binary 11001100 1100010 100110 0 110100 1010001 10100 10110 1000101 101111

Color Harmonies of #CC6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6226

Black with #CC6226

Text Example


Text Example

White with #CC6226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6226; }

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

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

background-color css

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

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

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

border-color css

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

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

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