Html Css Color HEX #C68F7D Feldspar

📋 copy color: '#C68F7D'

red 198 ◦ green 143 ◦ blue 125

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

Shades of Feldspar #C68F7D

Tints of Feldspar #C68F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 42.49%
G = 30.69%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C68F7D (or 0xC68F7D) is known color: Feldspar. HEX triplet: C6, 8F and 7D. RGB value is (198,143,125). Sum of RGB (Red+Green+Blue) = 198+143+125=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F7D is #397082. Grayscale: #9D9D9D. Windows color (decimal): -3764355 or 8228806. OLE color: 8228806.

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

Color convert

RGB 198 143 125 -
CMYK 0 0.28 0.37 0.22
HSL 14.79º 0.39% 0.63% -
HSV(B) 14.79º 0.37% 0.78% -
XYZ 36.81 33.13 23.86 -
YUV 157.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 198 143 125 0 0.28 0.37 0.22 14.79 0.39 0.63
Hex C6 8F 7D 0 1C 25 16 F 27 3F
Octal 306 217 175 0 34 45 26 17 47 77
Binary 11000110 10001111 1111101 0 11100 100101 10110 1111 100111 111111

Color Harmonies of #C68F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F7D

Black with #C68F7D

Text Example


Text Example

White with #C68F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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