Html Css Color HEX #CC814B Raw Sienna

📋 copy color: '#CC814B'

red 204 ◦ green 129 ◦ blue 75

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

Shades of Raw Sienna #CC814B

Tints of Raw Sienna #CC814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.38%

R = 50%
G = 31.62%
B = 18.38%

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

#CC814B (or 0xCC814B) is known color: Raw Sienna. HEX triplet: CC, 81 and 4B. RGB value is (204,129,75). Sum of RGB (Red+Green+Blue) = 204+129+75=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC814B is #337EB4. Grayscale: #919191. Windows color (decimal): -3374773 or 4948428. OLE color: 4948428.

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

Color convert

RGB 204 129 75 -
CMYK 0 0.37 0.63 0.2
HSL 25.12º 0.56% 0.55% -
HSV(B) 25.12º 0.63% 0.8% -
XYZ 34.02 29.05 10.47 -
YUV 145.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 204 129 75 0 0.37 0.63 0.2 25.12 0.56 0.55
Hex CC 81 4B 0 25 3F 14 19 38 37
Octal 314 201 113 0 45 77 24 31 70 67
Binary 11001100 10000001 1001011 0 100101 111111 10100 11001 111000 110111

Color Harmonies of #CC814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC814B

Black with #CC814B

Text Example


Text Example

White with #CC814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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