Html Css Color HEX #CA7D4F Raw Sienna

📋 copy color: '#CA7D4F'

red 202 ◦ green 125 ◦ blue 79

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

Shades of Raw Sienna #CA7D4F

Tints of Raw Sienna #CA7D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 49.75%
G = 30.79%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA7D4F (or 0xCA7D4F) is known color: Raw Sienna. HEX triplet: CA, 7D and 4F. RGB value is (202,125,79). Sum of RGB (Red+Green+Blue) = 202+125+79=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D4F is #3582B0. Grayscale: #8F8F8F. Windows color (decimal): -3506865 or 5209546. OLE color: 5209546.

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

Color convert

RGB 202 125 79 -
CMYK 0 0.38 0.61 0.21
HSL 22.44º 0.54% 0.55% -
HSV(B) 22.44º 0.61% 0.79% -
XYZ 33.1 27.79 11.02 -
YUV 142.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 202 125 79 0 0.38 0.61 0.21 22.44 0.54 0.55
Hex CA 7D 4F 0 26 3D 15 16 36 37
Octal 312 175 117 0 46 75 25 26 66 67
Binary 11001010 1111101 1001111 0 100110 111101 10101 10110 110110 110111

Color Harmonies of #CA7D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D4F

Black with #CA7D4F

Text Example


Text Example

White with #CA7D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D4F; }

 p { color: rgb(202,125,79); }

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

background-color css

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

 a { background-color: rgb(202,125,79); }

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

border-color css

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

 span { border-color: rgb(202,125,79); }

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