Html Css Color HEX #CC631F Chocolate

📋 copy color: '#CC631F'

red 204 ◦ green 99 ◦ blue 31

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

Shades of Chocolate #CC631F

Tints of Chocolate #CC631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 61.08%
G = 29.64%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC631F (or 0xCC631F) is known color: Chocolate. HEX triplet: CC, 63 and 1F. RGB value is (204,99,31). Sum of RGB (Red+Green+Blue) = 204+99+31=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC631F is #339CE0. Grayscale: #7B7B7B. Windows color (decimal): -3382497 or 2057164. OLE color: 2057164.

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

Color convert

RGB 204 99 31 -
CMYK 0 0.51 0.85 0.2
HSL 23.58º 0.74% 0.46% -
HSV(B) 23.58º 0.85% 0.8% -
XYZ 29.61 21.86 3.96 -
YUV 122.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 204 99 31 0 0.51 0.85 0.2 23.58 0.74 0.46
Hex CC 63 1F 0 33 55 14 18 4A 2E
Octal 314 143 37 0 63 125 24 30 112 56
Binary 11001100 1100011 11111 0 110011 1010101 10100 11000 1001010 101110

Color Harmonies of #CC631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC631F

Black with #CC631F

Text Example


Text Example

White with #CC631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC631F; }

 p { color: rgb(204,99,31); }

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

background-color css

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

 a { background-color: rgb(204,99,31); }

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

border-color css

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

 span { border-color: rgb(204,99,31); }

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