Html Css Color HEX #CA8C6C Feldspar

📋 copy color: '#CA8C6C'

red 202 ◦ green 140 ◦ blue 108

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

Shades of Feldspar #CA8C6C

Tints of Feldspar #CA8C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 108 (42.58% from 255) = 24%

R = 44.89%
G = 31.11%
B = 24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA8C6C (or 0xCA8C6C) is known color: Feldspar. HEX triplet: CA, 8C and 6C. RGB value is (202,140,108). Sum of RGB (Red+Green+Blue) = 202+140+108=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C6C is #357393. Grayscale: #9B9B9B. Windows color (decimal): -3502996 or 7113930. OLE color: 7113930.

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

Color convert

RGB 202 140 108 -
CMYK 0 0.31 0.47 0.21
HSL 20.43º 0.47% 0.61% -
HSV(B) 20.43º 0.47% 0.79% -
XYZ 36.44 32.4 18.52 -
YUV 154.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 202 140 108 0 0.31 0.47 0.21 20.43 0.47 0.61
Hex CA 8C 6C 0 1F 2F 15 14 2F 3D
Octal 312 214 154 0 37 57 25 24 57 75
Binary 11001010 10001100 1101100 0 11111 101111 10101 10100 101111 111101

Color Harmonies of #CA8C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C6C

Black with #CA8C6C

Text Example


Text Example

White with #CA8C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C6C; }

 p { color: rgb(202,140,108); }

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

background-color css

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

 a { background-color: rgb(202,140,108); }

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

border-color css

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

 span { border-color: rgb(202,140,108); }

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