Html Css Color HEX #CC6919 Chocolate

📋 copy color: '#CC6919'

red 204 ◦ green 105 ◦ blue 25

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

Shades of Chocolate #CC6919

Tints of Chocolate #CC6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 61.08%
G = 31.44%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC6919 (or 0xCC6919) is known color: Chocolate. HEX triplet: CC, 69 and 19. RGB value is (204,105,25). Sum of RGB (Red+Green+Blue) = 204+105+25=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6919 is #3396E6. Grayscale: #7D7D7D. Windows color (decimal): -3380967 or 1665484. OLE color: 1665484.

HSL color Cylindrical-coordinate representation of color #CC6919: hue angle of 26.82º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC6919 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 25 -
CMYK 0 0.49 0.88 0.2
HSL 26.82º 0.78% 0.45% -
HSV(B) 26.82º 0.88% 0.8% -
XYZ 30.13 23.01 3.77 -
YUV 125.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 204 105 25 0 0.49 0.88 0.2 26.82 0.78 0.45
Hex CC 69 19 0 31 58 14 1B 4E 2D
Octal 314 151 31 0 61 130 24 33 116 55
Binary 11001100 1101001 11001 0 110001 1011000 10100 11011 1001110 101101

Color Harmonies of #CC6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6919

Black with #CC6919

Text Example


Text Example

White with #CC6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6919; }

 p { color: rgb(204,105,25); }

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

background-color css

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

 a { background-color: rgb(204,105,25); }

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

border-color css

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

 span { border-color: rgb(204,105,25); }

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