Html Css Color HEX #CA7F4F Raw Sienna

📋 copy color: '#CA7F4F'

red 202 ◦ green 127 ◦ blue 79

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

Shades of Raw Sienna #CA7F4F

Tints of Raw Sienna #CA7F4F

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

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

R = 49.51%
G = 31.13%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA7F4F (or 0xCA7F4F) is known color: Raw Sienna. HEX triplet: CA, 7F and 4F. RGB value is (202,127,79). Sum of RGB (Red+Green+Blue) = 202+127+79=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F4F is #3580B0. Grayscale: #909090. Windows color (decimal): -3506353 or 5210058. OLE color: 5210058.

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

Color convert

RGB 202 127 79 -
CMYK 0 0.37 0.61 0.21
HSL 23.41º 0.54% 0.55% -
HSV(B) 23.41º 0.61% 0.79% -
XYZ 33.36 28.3 11.1 -
YUV 143.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 202 127 79 0 0.37 0.61 0.21 23.41 0.54 0.55
Hex CA 7F 4F 0 25 3D 15 17 36 37
Octal 312 177 117 0 45 75 25 27 66 67
Binary 11001010 1111111 1001111 0 100101 111101 10101 10111 110110 110111

Color Harmonies of #CA7F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F4F

Black with #CA7F4F

Text Example


Text Example

White with #CA7F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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