Html Css Color HEX #CC824A Raw Sienna

📋 copy color: '#CC824A'

red 204 ◦ green 130 ◦ blue 74

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

Shades of Raw Sienna #CC824A

Tints of Raw Sienna #CC824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 50%
G = 31.86%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC824A (or 0xCC824A) is known color: Raw Sienna. HEX triplet: CC, 82 and 4A. RGB value is (204,130,74). Sum of RGB (Red+Green+Blue) = 204+130+74=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC824A is #337DB5. Grayscale: #929292. Windows color (decimal): -3374518 or 4883148. OLE color: 4883148.

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

Color convert

RGB 204 130 74 -
CMYK 0 0.36 0.64 0.2
HSL 25.85º 0.56% 0.55% -
HSV(B) 25.85º 0.64% 0.8% -
XYZ 34.12 29.3 10.34 -
YUV 145.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 204 130 74 0 0.36 0.64 0.2 25.85 0.56 0.55
Hex CC 82 4A 0 24 40 14 1A 38 37
Octal 314 202 112 0 44 100 24 32 70 67
Binary 11001100 10000010 1001010 0 100100 1000000 10100 11010 111000 110111

Color Harmonies of #CC824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC824A

Black with #CC824A

Text Example


Text Example

White with #CC824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC824A; }

 p { color: rgb(204,130,74); }

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

background-color css

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

 a { background-color: rgb(204,130,74); }

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

border-color css

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

 span { border-color: rgb(204,130,74); }

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