Html Css Color HEX #CC671A Chocolate

📋 copy color: '#CC671A'

red 204 ◦ green 103 ◦ blue 26

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

Shades of Chocolate #CC671A

Tints of Chocolate #CC671A

RGB

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

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

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

R = 61.26%
G = 30.93%
B = 7.81%

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

#CC671A (or 0xCC671A) is known color: Chocolate. HEX triplet: CC, 67 and 1A. RGB value is (204,103,26). Sum of RGB (Red+Green+Blue) = 204+103+26=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC671A is #3398E5. Grayscale: #7C7C7C. Windows color (decimal): -3381478 or 1730508. OLE color: 1730508.

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

Color convert

RGB 204 103 26 -
CMYK 0 0.50 0.87 0.2
HSL 25.96º 0.77% 0.45% -
HSV(B) 25.96º 0.87% 0.8% -
XYZ 29.94 22.61 3.76 -
YUV 124.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 204 103 26 0 0.50 0.87 0.2 25.96 0.77 0.45
Hex CC 67 1A 0 32 57 14 1A 4D 2D
Octal 314 147 32 0 62 127 24 32 115 55
Binary 11001100 1100111 11010 0 110010 1010111 10100 11010 1001101 101101

Color Harmonies of #CC671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC671A

Black with #CC671A

Text Example


Text Example

White with #CC671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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