Html Css Color HEX #CC6D26 Chocolate

📋 copy color: '#CC6D26'

red 204 ◦ green 109 ◦ blue 38

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

Shades of Chocolate #CC6D26

Tints of Chocolate #CC6D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 58.12%
G = 31.05%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6D26 (or 0xCC6D26) is known color: Chocolate. HEX triplet: CC, 6D and 26. RGB value is (204,109,38). Sum of RGB (Red+Green+Blue) = 204+109+38=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6D26 is #3392D9. Grayscale: #818181. Windows color (decimal): -3379930 or 2518476. OLE color: 2518476.

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

Color convert

RGB 204 109 38 -
CMYK 0 0.47 0.81 0.2
HSL 25.66º 0.69% 0.47% -
HSV(B) 25.66º 0.81% 0.8% -
XYZ 30.72 23.91 4.83 -
YUV 129.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 204 109 38 0 0.47 0.81 0.2 25.66 0.69 0.47
Hex CC 6D 26 0 2F 51 14 1A 45 2F
Octal 314 155 46 0 57 121 24 32 105 57
Binary 11001100 1101101 100110 0 101111 1010001 10100 11010 1000101 101111

Color Harmonies of #CC6D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D26

Black with #CC6D26

Text Example


Text Example

White with #CC6D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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