Html Css Color HEX #C69C9B Eunry

📋 copy color: '#C69C9B'

red 198 ◦ green 156 ◦ blue 155

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

Shades of Eunry #C69C9B

Tints of Eunry #C69C9B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

 BLUE value IS 155 (60.94% from 255) = 30.45%

R = 38.9%
G = 30.65%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C69C9B (or 0xC69C9B) is known color: Eunry. HEX triplet: C6, 9C and 9B. RGB value is (198,156,155). Sum of RGB (Red+Green+Blue) = 198+156+155=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C9B is #396364. Grayscale: #A8A8A8. Windows color (decimal): -3760997 or 10198214. OLE color: 10198214.

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

Color convert

RGB 198 156 155 -
CMYK 0 0.21 0.22 0.22
HSL 1.4º 0.27% 0.69% -
HSV(B) 1.4º 0.22% 0.78% -
XYZ 41.09 38.15 36.21 -
YUV 168.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 198 156 155 0 0.21 0.22 0.22 1.4 0.27 0.69
Hex C6 9C 9B 0 15 16 16 1 1B 45
Octal 306 234 233 0 25 26 26 1 33 105
Binary 11000110 10011100 10011011 0 10101 10110 10110 1 11011 1000101

Color Harmonies of #C69C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C9B

Black with #C69C9B

Text Example


Text Example

White with #C69C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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