Html Css Color HEX #CA8650 Raw Sienna

📋 copy color: '#CA8650'

red 202 ◦ green 134 ◦ blue 80

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

Shades of Raw Sienna #CA8650

Tints of Raw Sienna #CA8650

RGB

 RED value IS 202 (79.3% from 255) = 48.56%

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 48.56%
G = 32.21%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA8650 (or 0xCA8650) is known color: Raw Sienna. HEX triplet: CA, 86 and 50. RGB value is (202,134,80). Sum of RGB (Red+Green+Blue) = 202+134+80=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8650 is #3579AF. Grayscale: #949494. Windows color (decimal): -3504560 or 5277386. OLE color: 5277386.

HSL color Cylindrical-coordinate representation of color #CA8650: hue angle of 26.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA8650 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 134 80 -
CMYK 0 0.34 0.60 0.21
HSL 26.56º 0.54% 0.55% -
HSV(B) 26.56º 0.6% 0.79% -
XYZ 34.33 30.19 11.61 -
YUV 148.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 202 134 80 0 0.34 0.60 0.21 26.56 0.54 0.55
Hex CA 86 50 0 22 3C 15 1B 36 37
Octal 312 206 120 0 42 74 25 33 66 67
Binary 11001010 10000110 1010000 0 100010 111100 10101 11011 110110 110111

Color Harmonies of #CA8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8650

Black with #CA8650

Text Example


Text Example

White with #CA8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8650; }

 p { color: rgb(202,134,80); }

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

background-color css

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

 a { background-color: rgb(202,134,80); }

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

border-color css

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

 span { border-color: rgb(202,134,80); }

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