Html Css Color HEX #CA7A4B Raw Sienna

📋 copy color: '#CA7A4B'

red 202 ◦ green 122 ◦ blue 75

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

Shades of Raw Sienna #CA7A4B

Tints of Raw Sienna #CA7A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 50.63%
G = 30.58%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA7A4B (or 0xCA7A4B) is known color: Raw Sienna. HEX triplet: CA, 7A and 4B. RGB value is (202,122,75). Sum of RGB (Red+Green+Blue) = 202+122+75=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A4B is #3585B4. Grayscale: #8C8C8C. Windows color (decimal): -3507637 or 4946634. OLE color: 4946634.

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

Color convert

RGB 202 122 75 -
CMYK 0 0.40 0.63 0.21
HSL 22.2º 0.55% 0.54% -
HSV(B) 22.2º 0.63% 0.79% -
XYZ 32.59 26.98 10.15 -
YUV 140.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 202 122 75 0 0.40 0.63 0.21 22.2 0.55 0.54
Hex CA 7A 4B 0 28 3F 15 16 37 36
Octal 312 172 113 0 50 77 25 26 67 66
Binary 11001010 1111010 1001011 0 101000 111111 10101 10110 110111 110110

Color Harmonies of #CA7A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A4B

Black with #CA7A4B

Text Example


Text Example

White with #CA7A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A4B; }

 p { color: rgb(202,122,75); }

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

background-color css

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

 a { background-color: rgb(202,122,75); }

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

border-color css

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

 span { border-color: rgb(202,122,75); }

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