Html Css Color HEX #CA7F50 Raw Sienna

📋 copy color: '#CA7F50'

red 202 ◦ green 127 ◦ blue 80

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

Shades of Raw Sienna #CA7F50

Tints of Raw Sienna #CA7F50

RGB

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

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

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

R = 49.39%
G = 31.05%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA7F50 (or 0xCA7F50) is known color: Raw Sienna. HEX triplet: CA, 7F and 50. RGB value is (202,127,80). Sum of RGB (Red+Green+Blue) = 202+127+80=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F50 is #3580AF. Grayscale: #909090. Windows color (decimal): -3506352 or 5275594. OLE color: 5275594.

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

Color convert

RGB 202 127 80 -
CMYK 0 0.37 0.60 0.21
HSL 23.11º 0.54% 0.55% -
HSV(B) 23.11º 0.6% 0.79% -
XYZ 33.39 28.31 11.29 -
YUV 144.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 202 127 80 0 0.37 0.60 0.21 23.11 0.54 0.55
Hex CA 7F 50 0 25 3C 15 17 36 37
Octal 312 177 120 0 45 74 25 27 66 67
Binary 11001010 1111111 1010000 0 100101 111100 10101 10111 110110 110111

Color Harmonies of #CA7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F50

Black with #CA7F50

Text Example


Text Example

White with #CA7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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