Html Css Color HEX #CC660F Chocolate

📋 copy color: '#CC660F'

red 204 ◦ green 102 ◦ blue 15

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

Shades of Chocolate #CC660F

Tints of Chocolate #CC660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.78%

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 63.55%
G = 31.78%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC660F (or 0xCC660F) is known color: Chocolate. HEX triplet: CC, 66 and 0F. RGB value is (204,102,15). Sum of RGB (Red+Green+Blue) = 204+102+15=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC660F is #3399F0. Grayscale: #7B7B7B. Windows color (decimal): -3381745 or 1009356. OLE color: 1009356.

HSL color Cylindrical-coordinate representation of color #CC660F: hue angle of 27.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC660F is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 102 15 -
CMYK 0 0.5 0.93 0.2
HSL 27.62º 0.86% 0.43% -
HSV(B) 27.62º 0.93% 0.8% -
XYZ 29.74 22.37 3.2 -
YUV 122.58 67.29 186.07 -
System Red Green Blue C M Y K H S L
Decimal 204 102 15 0 0.5 0.93 0.2 27.62 0.86 0.43
Hex CC 66 F 0 32 5D 14 1C 56 2B
Octal 314 146 17 0 62 135 24 34 126 53
Binary 11001100 1100110 1111 0 110010 1011101 10100 11100 1010110 101011

Color Harmonies of #CC660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC660F

Black with #CC660F

Text Example


Text Example

White with #CC660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC660F; }

 p { color: rgb(204,102,15); }

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

background-color css

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

 a { background-color: rgb(204,102,15); }

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

border-color css

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

 span { border-color: rgb(204,102,15); }

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