Html Css Color HEX #C6989A Careys Pink

📋 copy color: '#C6989A'

red 198 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #C6989A

Tints of Careys Pink #C6989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 39.29%
G = 30.16%
B = 30.56%

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

#C6989A (or 0xC6989A) is known color: Careys Pink. HEX triplet: C6, 98 and 9A. RGB value is (198,152,154). Sum of RGB (Red+Green+Blue) = 198+152+154=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6989A is #396765. Grayscale: #A6A6A6. Windows color (decimal): -3762022 or 10131654. OLE color: 10131654.

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

Color convert

RGB 198 152 154 -
CMYK 0 0.23 0.22 0.22
HSL 357.39º 0.29% 0.69% -
HSV(B) 357.39º 0.23% 0.78% -
XYZ 40.35 36.8 35.55 -
YUV 165.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 198 152 154 0 0.23 0.22 0.22 357.39 0.29 0.69
Hex C6 98 9A 0 17 16 16 165 1D 45
Octal 306 230 232 0 27 26 26 545 35 105
Binary 11000110 10011000 10011010 0 10111 10110 10110 101100101 11101 1000101

Color Harmonies of #C6989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6989A

Black with #C6989A

Text Example


Text Example

White with #C6989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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