Html Css Color HEX #C69071 Feldspar

📋 copy color: '#C69071'

red 198 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #C69071

Tints of Feldspar #C69071

RGB

 RED value IS 198 (77.73% from 255) = 43.52%

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

 BLUE value IS 113 (44.53% from 255) = 24.84%

R = 43.52%
G = 31.65%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C69071 (or 0xC69071) is known color: Feldspar. HEX triplet: C6, 90 and 71. RGB value is (198,144,113). Sum of RGB (Red+Green+Blue) = 198+144+113=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C69071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69071 is #396F8E. Grayscale: #9C9C9C. Windows color (decimal): -3764111 or 7442630. OLE color: 7442630.

HSL color Cylindrical-coordinate representation of color #C69071: hue angle of 21.88º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C69071 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 113 -
CMYK 0 0.27 0.43 0.22
HSL 21.88º 0.43% 0.61% -
HSV(B) 21.88º 0.43% 0.78% -
XYZ 36.24 33.14 20.11 -
YUV 156.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 198 144 113 0 0.27 0.43 0.22 21.88 0.43 0.61
Hex C6 90 71 0 1B 2B 16 16 2B 3D
Octal 306 220 161 0 33 53 26 26 53 75
Binary 11000110 10010000 1110001 0 11011 101011 10110 10110 101011 111101

Color Harmonies of #C69071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69071

Black with #C69071

Text Example


Text Example

White with #C69071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69071; }

 p { color: rgb(198,144,113); }

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

background-color css

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

 a { background-color: rgb(198,144,113); }

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

border-color css

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

 span { border-color: rgb(198,144,113); }

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