Html Css Color HEX #C69B99 Eunry

📋 copy color: '#C69B99'

red 198 ◦ green 155 ◦ blue 153

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

Shades of Eunry #C69B99

Tints of Eunry #C69B99

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.63%

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 39.13%
G = 30.63%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C69B99 (or 0xC69B99) is known color: Eunry. HEX triplet: C6, 9B and 99. RGB value is (198,155,153). Sum of RGB (Red+Green+Blue) = 198+155+153=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69B99 is #396466. Grayscale: #A7A7A7. Windows color (decimal): -3761255 or 10066886. OLE color: 10066886.

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

Color convert

RGB 198 155 153 -
CMYK 0 0.22 0.23 0.22
HSL 2.67º 0.28% 0.69% -
HSV(B) 2.67º 0.23% 0.78% -
XYZ 40.76 37.75 35.27 -
YUV 167.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 198 155 153 0 0.22 0.23 0.22 2.67 0.28 0.69
Hex C6 9B 99 0 16 17 16 3 1C 45
Octal 306 233 231 0 26 27 26 3 34 105
Binary 11000110 10011011 10011001 0 10110 10111 10110 11 11100 1000101

Color Harmonies of #C69B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B99

Black with #C69B99

Text Example


Text Example

White with #C69B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B99; }

 p { color: rgb(198,155,153); }

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

background-color css

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

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

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

border-color css

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

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

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