Html Css Color HEX #C6989B Careys Pink

📋 copy color: '#C6989B'

red 198 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #C6989B

Tints of Careys Pink #C6989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.1%

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

R = 39.21%
G = 30.1%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6989B (or 0xC6989B) is known color: Careys Pink. HEX triplet: C6, 98 and 9B. RGB value is (198,152,155). Sum of RGB (Red+Green+Blue) = 198+152+155=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6989B is #396764. Grayscale: #A6A6A6. Windows color (decimal): -3762021 or 10197190. OLE color: 10197190.

HSL color Cylindrical-coordinate representation of color #C6989B: hue angle of 356.09º degrees, saturation: 0.29, 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 #C6989B is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 155 -
CMYK 0 0.23 0.22 0.22
HSL 356.09º 0.29% 0.69% -
HSV(B) 356.09º 0.23% 0.78% -
XYZ 40.43 36.83 35.99 -
YUV 166.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 198 152 155 0 0.23 0.22 0.22 356.09 0.29 0.69
Hex C6 98 9B 0 17 16 16 164 1D 45
Octal 306 230 233 0 27 26 26 544 35 105
Binary 11000110 10011000 10011011 0 10111 10110 10110 101100100 11101 1000101

Color Harmonies of #C6989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6989B

Black with #C6989B

Text Example


Text Example

White with #C6989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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