Html Css Color HEX #CA9077 Feldspar

📋 copy color: '#CA9077'

red 202 ◦ green 144 ◦ blue 119

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

Shades of Feldspar #CA9077

Tints of Feldspar #CA9077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.97%

 BLUE value IS 119 (46.88% from 255) = 25.59%

R = 43.44%
G = 30.97%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA9077 (or 0xCA9077) is known color: Feldspar. HEX triplet: CA, 90 and 77. RGB value is (202,144,119). Sum of RGB (Red+Green+Blue) = 202+144+119=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9077 is #356F88. Grayscale: #9E9E9E. Windows color (decimal): -3501961 or 7835850. OLE color: 7835850.

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

Color convert

RGB 202 144 119 -
CMYK 0 0.29 0.41 0.21
HSL 18.07º 0.44% 0.63% -
HSV(B) 18.07º 0.41% 0.79% -
XYZ 37.66 33.83 22 -
YUV 158.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 202 144 119 0 0.29 0.41 0.21 18.07 0.44 0.63
Hex CA 90 77 0 1D 29 15 12 2C 3F
Octal 312 220 167 0 35 51 25 22 54 77
Binary 11001010 10010000 1110111 0 11101 101001 10101 10010 101100 111111

Color Harmonies of #CA9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9077

Black with #CA9077

Text Example


Text Example

White with #CA9077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9077; }

 p { color: rgb(202,144,119); }

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

background-color css

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

 a { background-color: rgb(202,144,119); }

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

border-color css

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

 span { border-color: rgb(202,144,119); }

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