Html Css Color HEX #CC621E Chocolate

📋 copy color: '#CC621E'

red 204 ◦ green 98 ◦ blue 30

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

Shades of Chocolate #CC621E

Tints of Chocolate #CC621E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.04%

R = 61.45%
G = 29.52%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC621E (or 0xCC621E) is known color: Chocolate. HEX triplet: CC, 62 and 1E. RGB value is (204,98,30). Sum of RGB (Red+Green+Blue) = 204+98+30=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC621E is #339DE1. Grayscale: #7A7A7A. Windows color (decimal): -3382754 or 1991372. OLE color: 1991372.

HSL color Cylindrical-coordinate representation of color #CC621E: hue angle of 23.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC621E is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 98 30 -
CMYK 0 0.52 0.85 0.2
HSL 23.45º 0.74% 0.46% -
HSV(B) 23.45º 0.85% 0.8% -
XYZ 29.5 21.67 3.86 -
YUV 121.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 204 98 30 0 0.52 0.85 0.2 23.45 0.74 0.46
Hex CC 62 1E 0 34 55 14 17 4A 2E
Octal 314 142 36 0 64 125 24 27 112 56
Binary 11001100 1100010 11110 0 110100 1010101 10100 10111 1001010 101110

Color Harmonies of #CC621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC621E

Black with #CC621E

Text Example


Text Example

White with #CC621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC621E; }

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

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

background-color css

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

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

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

border-color css

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

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

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