Html Css Color HEX #CC6326 Chocolate

📋 copy color: '#CC6326'

red 204 ◦ green 99 ◦ blue 38

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

Shades of Chocolate #CC6326

Tints of Chocolate #CC6326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 59.82%
G = 29.03%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6326 (or 0xCC6326) is known color: Chocolate. HEX triplet: CC, 63 and 26. RGB value is (204,99,38). Sum of RGB (Red+Green+Blue) = 204+99+38=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6326 is #339CD9. Grayscale: #7B7B7B. Windows color (decimal): -3382490 or 2515916. OLE color: 2515916.

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

Color convert

RGB 204 99 38 -
CMYK 0 0.51 0.81 0.2
HSL 22.05º 0.69% 0.47% -
HSV(B) 22.05º 0.81% 0.8% -
XYZ 29.71 21.9 4.49 -
YUV 123.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 204 99 38 0 0.51 0.81 0.2 22.05 0.69 0.47
Hex CC 63 26 0 33 51 14 16 45 2F
Octal 314 143 46 0 63 121 24 26 105 57
Binary 11001100 1100011 100110 0 110011 1010001 10100 10110 1000101 101111

Color Harmonies of #CC6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6326

Black with #CC6326

Text Example


Text Example

White with #CC6326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6326; }

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

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

background-color css

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

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

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

border-color css

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

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

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