Html Css Color HEX #C69D95 Eunry

📋 copy color: '#C69D95'

red 198 ◦ green 157 ◦ blue 149

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

Shades of Eunry #C69D95

Tints of Eunry #C69D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.15%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 39.29%
G = 31.15%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69D95 (or 0xC69D95) is known color: Eunry. HEX triplet: C6, 9D and 95. RGB value is (198,157,149). Sum of RGB (Red+Green+Blue) = 198+157+149=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D95 is #39626A. Grayscale: #A8A8A8. Windows color (decimal): -3760747 or 9805254. OLE color: 9805254.

HSL color Cylindrical-coordinate representation of color #C69D95: hue angle of 9.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69D95 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 157 149 -
CMYK 0 0.21 0.25 0.22
HSL 9.8º 0.3% 0.68% -
HSV(B) 9.8º 0.25% 0.78% -
XYZ 40.77 38.29 33.68 -
YUV 168.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 198 157 149 0 0.21 0.25 0.22 9.8 0.3 0.68
Hex C6 9D 95 0 15 19 16 A 1E 44
Octal 306 235 225 0 25 31 26 12 36 104
Binary 11000110 10011101 10010101 0 10101 11001 10110 1010 11110 1000100

Color Harmonies of #C69D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D95

Black with #C69D95

Text Example


Text Example

White with #C69D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D95; }

 p { color: rgb(198,157,149); }

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

background-color css

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

 a { background-color: rgb(198,157,149); }

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

border-color css

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

 span { border-color: rgb(198,157,149); }

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