Html Css Color HEX #C69D9D Eunry

📋 copy color: '#C69D9D'

red 198 ◦ green 157 ◦ blue 157

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

Shades of Eunry #C69D9D

Tints of Eunry #C69D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 38.67%
G = 30.66%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C69D9D (or 0xC69D9D) is known color: Eunry. HEX triplet: C6, 9D and 9D. RGB value is (198,157,157). Sum of RGB (Red+Green+Blue) = 198+157+157=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D9D is #396262. Grayscale: #A9A9A9. Windows color (decimal): -3760739 or 10329542. OLE color: 10329542.

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

Color convert

RGB 198 157 157 -
CMYK 0 0.21 0.21 0.22
HSL 0.26% 0.7% -
HSV(B) 0.21% 0.78% -
XYZ 41.43 38.55 37.16 -
YUV 169.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 198 157 157 0 0.21 0.21 0.22 0 0.26 0.7
Hex C6 9D 9D 0 15 15 16 0 1A 46
Octal 306 235 235 0 25 25 26 0 32 106
Binary 11000110 10011101 10011101 0 10101 10101 10110 0 11010 1000110

Color Harmonies of #C69D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69D9D

Black with #C69D9D

Text Example


Text Example

White with #C69D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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