Html Css Color HEX #CC814C Raw Sienna

📋 copy color: '#CC814C'

red 204 ◦ green 129 ◦ blue 76

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

Shades of Raw Sienna #CC814C

Tints of Raw Sienna #CC814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 49.88%
G = 31.54%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC814C (or 0xCC814C) is known color: Raw Sienna. HEX triplet: CC, 81 and 4C. RGB value is (204,129,76). Sum of RGB (Red+Green+Blue) = 204+129+76=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC814C is #337EB3. Grayscale: #919191. Windows color (decimal): -3374772 or 5013964. OLE color: 5013964.

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

Color convert

RGB 204 129 76 -
CMYK 0 0.37 0.63 0.2
HSL 24.84º 0.56% 0.55% -
HSV(B) 24.84º 0.63% 0.8% -
XYZ 34.06 29.06 10.65 -
YUV 145.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 204 129 76 0 0.37 0.63 0.2 24.84 0.56 0.55
Hex CC 81 4C 0 25 3F 14 19 38 37
Octal 314 201 114 0 45 77 24 31 70 67
Binary 11001100 10000001 1001100 0 100101 111111 10100 11001 111000 110111

Color Harmonies of #CC814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC814C

Black with #CC814C

Text Example


Text Example

White with #CC814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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