Html Css Color HEX #CA8B70 Feldspar

📋 copy color: '#CA8B70'

red 202 ◦ green 139 ◦ blue 112

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

Shades of Feldspar #CA8B70

Tints of Feldspar #CA8B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 44.59%
G = 30.68%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA8B70 (or 0xCA8B70) is known color: Feldspar. HEX triplet: CA, 8B and 70. RGB value is (202,139,112). Sum of RGB (Red+Green+Blue) = 202+139+112=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B70 is #35748F. Grayscale: #9A9A9A. Windows color (decimal): -3503248 or 7375818. OLE color: 7375818.

HSL color Cylindrical-coordinate representation of color #CA8B70: hue angle of 18º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA8B70 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 139 112 -
CMYK 0 0.31 0.45 0.21
HSL 18º 0.46% 0.62% -
HSV(B) 18º 0.45% 0.79% -
XYZ 36.51 32.19 19.62 -
YUV 154.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 202 139 112 0 0.31 0.45 0.21 18 0.46 0.62
Hex CA 8B 70 0 1F 2D 15 12 2E 3E
Octal 312 213 160 0 37 55 25 22 56 76
Binary 11001010 10001011 1110000 0 11111 101101 10101 10010 101110 111110

Color Harmonies of #CA8B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8B70

Black with #CA8B70

Text Example


Text Example

White with #CA8B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8B70; }

 p { color: rgb(202,139,112); }

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

background-color css

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

 a { background-color: rgb(202,139,112); }

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

border-color css

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

 span { border-color: rgb(202,139,112); }

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