Html Css Color HEX #CC6925 Chocolate

📋 copy color: '#CC6925'

red 204 ◦ green 105 ◦ blue 37

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

Shades of Chocolate #CC6925

Tints of Chocolate #CC6925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 58.96%
G = 30.35%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6925 (or 0xCC6925) is known color: Chocolate. HEX triplet: CC, 69 and 25. RGB value is (204,105,37). Sum of RGB (Red+Green+Blue) = 204+105+37=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6925 is #3396DA. Grayscale: #7F7F7F. Windows color (decimal): -3380955 or 2451916. OLE color: 2451916.

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

Color convert

RGB 204 105 37 -
CMYK 0 0.49 0.82 0.2
HSL 24.43º 0.69% 0.47% -
HSV(B) 24.43º 0.82% 0.8% -
XYZ 30.29 23.07 4.61 -
YUV 126.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 204 105 37 0 0.49 0.82 0.2 24.43 0.69 0.47
Hex CC 69 25 0 31 52 14 18 45 2F
Octal 314 151 45 0 61 122 24 30 105 57
Binary 11001100 1101001 100101 0 110001 1010010 10100 11000 1000101 101111

Color Harmonies of #CC6925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6925

Black with #CC6925

Text Example


Text Example

White with #CC6925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6925; }

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

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

background-color css

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

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

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

border-color css

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

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

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