Html Css Color HEX #C68F7B Feldspar

📋 copy color: '#C68F7B'

red 198 ◦ green 143 ◦ blue 123

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

Shades of Feldspar #C68F7B

Tints of Feldspar #C68F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 42.67%
G = 30.82%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C68F7B (or 0xC68F7B) is known color: Feldspar. HEX triplet: C6, 8F and 7B. RGB value is (198,143,123). Sum of RGB (Red+Green+Blue) = 198+143+123=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F7B is #397084. Grayscale: #9D9D9D. Windows color (decimal): -3764357 or 8097734. OLE color: 8097734.

HSL color Cylindrical-coordinate representation of color #C68F7B: hue angle of 16º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C68F7B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 143 123 -
CMYK 0 0.28 0.38 0.22
HSL 16º 0.4% 0.63% -
HSV(B) 16º 0.38% 0.78% -
XYZ 36.69 33.08 23.19 -
YUV 157.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 198 143 123 0 0.28 0.38 0.22 16 0.4 0.63
Hex C6 8F 7B 0 1C 26 16 10 28 3F
Octal 306 217 173 0 34 46 26 20 50 77
Binary 11000110 10001111 1111011 0 11100 100110 10110 10000 101000 111111

Color Harmonies of #C68F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F7B

Black with #C68F7B

Text Example


Text Example

White with #C68F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F7B; }

 p { color: rgb(198,143,123); }

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

background-color css

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

 a { background-color: rgb(198,143,123); }

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

border-color css

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

 span { border-color: rgb(198,143,123); }

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