Html Css Color HEX #CC651A Chocolate

📋 copy color: '#CC651A'

red 204 ◦ green 101 ◦ blue 26

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

Shades of Chocolate #CC651A

Tints of Chocolate #CC651A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 61.63%
G = 30.51%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC651A (or 0xCC651A) is known color: Chocolate. HEX triplet: CC, 65 and 1A. RGB value is (204,101,26). Sum of RGB (Red+Green+Blue) = 204+101+26=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC651A is #339AE5. Grayscale: #7B7B7B. Windows color (decimal): -3381990 or 1729996. OLE color: 1729996.

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

Color convert

RGB 204 101 26 -
CMYK 0 0.50 0.87 0.2
HSL 25.28º 0.77% 0.45% -
HSV(B) 25.28º 0.87% 0.8% -
XYZ 29.74 22.22 3.7 -
YUV 123.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 204 101 26 0 0.50 0.87 0.2 25.28 0.77 0.45
Hex CC 65 1A 0 32 57 14 19 4D 2D
Octal 314 145 32 0 62 127 24 31 115 55
Binary 11001100 1100101 11010 0 110010 1010111 10100 11001 1001101 101101

Color Harmonies of #CC651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC651A

Black with #CC651A

Text Example


Text Example

White with #CC651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC651A; }

 p { color: rgb(204,101,26); }

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

background-color css

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

 a { background-color: rgb(204,101,26); }

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

border-color css

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

 span { border-color: rgb(204,101,26); }

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