Html Css Color HEX #C69075 Feldspar

📋 copy color: '#C69075'

red 198 ◦ green 144 ◦ blue 117

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

Shades of Feldspar #C69075

Tints of Feldspar #C69075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 43.14%
G = 31.37%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C69075 (or 0xC69075) is known color: Feldspar. HEX triplet: C6, 90 and 75. RGB value is (198,144,117). Sum of RGB (Red+Green+Blue) = 198+144+117=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C69075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69075 is #396F8A. Grayscale: #9D9D9D. Windows color (decimal): -3764107 or 7704774. OLE color: 7704774.

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

Color convert

RGB 198 144 117 -
CMYK 0 0.27 0.41 0.22
HSL 20º 0.42% 0.62% -
HSV(B) 20º 0.41% 0.78% -
XYZ 36.47 33.24 21.32 -
YUV 157.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 198 144 117 0 0.27 0.41 0.22 20 0.42 0.62
Hex C6 90 75 0 1B 29 16 14 2A 3E
Octal 306 220 165 0 33 51 26 24 52 76
Binary 11000110 10010000 1110101 0 11011 101001 10110 10100 101010 111110

Color Harmonies of #C69075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69075

Black with #C69075

Text Example


Text Example

White with #C69075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69075; }

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

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

background-color css

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

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

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

border-color css

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

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

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