Html Css Color HEX #CC671E Chocolate

📋 copy color: '#CC671E'

red 204 ◦ green 103 ◦ blue 30

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

Shades of Chocolate #CC671E

Tints of Chocolate #CC671E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 60.53%
G = 30.56%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC671E (or 0xCC671E) is known color: Chocolate. HEX triplet: CC, 67 and 1E. RGB value is (204,103,30). Sum of RGB (Red+Green+Blue) = 204+103+30=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC671E is #3398E1. Grayscale: #7D7D7D. Windows color (decimal): -3381474 or 1992652. OLE color: 1992652.

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

Color convert

RGB 204 103 30 -
CMYK 0 0.50 0.85 0.2
HSL 25.17º 0.74% 0.46% -
HSV(B) 25.17º 0.85% 0.8% -
XYZ 29.99 22.63 4.02 -
YUV 124.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 204 103 30 0 0.50 0.85 0.2 25.17 0.74 0.46
Hex CC 67 1E 0 32 55 14 19 4A 2E
Octal 314 147 36 0 62 125 24 31 112 56
Binary 11001100 1100111 11110 0 110010 1010101 10100 11001 1001010 101110

Color Harmonies of #CC671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC671E

Black with #CC671E

Text Example


Text Example

White with #CC671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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