Html Css Color HEX #CC864C Raw Sienna

📋 copy color: '#CC864C'

red 204 ◦ green 134 ◦ blue 76

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

Shades of Raw Sienna #CC864C

Tints of Raw Sienna #CC864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 49.28%
G = 32.37%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC864C (or 0xCC864C) is known color: Raw Sienna. HEX triplet: CC, 86 and 4C. RGB value is (204,134,76). Sum of RGB (Red+Green+Blue) = 204+134+76=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC864C is #3379B3. Grayscale: #949494. Windows color (decimal): -3373492 or 5015244. OLE color: 5015244.

HSL color Cylindrical-coordinate representation of color #CC864C: hue angle of 27.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC864C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 76 -
CMYK 0 0.34 0.63 0.2
HSL 27.19º 0.56% 0.55% -
HSV(B) 27.19º 0.63% 0.8% -
XYZ 34.73 30.41 10.88 -
YUV 148.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 204 134 76 0 0.34 0.63 0.2 27.19 0.56 0.55
Hex CC 86 4C 0 22 3F 14 1B 38 37
Octal 314 206 114 0 42 77 24 33 70 67
Binary 11001100 10000110 1001100 0 100010 111111 10100 11011 111000 110111

Color Harmonies of #CC864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC864C

Black with #CC864C

Text Example


Text Example

White with #CC864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC864C; }

 p { color: rgb(204,134,76); }

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

background-color css

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

 a { background-color: rgb(204,134,76); }

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

border-color css

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

 span { border-color: rgb(204,134,76); }

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