Html Css Color HEX #C698A3 Careys Pink

📋 copy color: '#C698A3'

red 198 ◦ green 152 ◦ blue 163

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

Shades of Careys Pink #C698A3

Tints of Careys Pink #C698A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 38.6%
G = 29.63%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C698A3 (or 0xC698A3) is known color: Careys Pink. HEX triplet: C6, 98 and A3. RGB value is (198,152,163). Sum of RGB (Red+Green+Blue) = 198+152+163=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C698A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698A3 is #39675C. Grayscale: #A7A7A7. Windows color (decimal): -3762013 or 10721478. OLE color: 10721478.

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

Color convert

RGB 198 152 163 -
CMYK 0 0.23 0.18 0.22
HSL 345.65º 0.29% 0.69% -
HSV(B) 345.65º 0.23% 0.78% -
XYZ 41.13 37.11 39.64 -
YUV 167.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 198 152 163 0 0.23 0.18 0.22 345.65 0.29 0.69
Hex C6 98 A3 0 17 12 16 15A 1D 45
Octal 306 230 243 0 27 22 26 532 35 105
Binary 11000110 10011000 10100011 0 10111 10010 10110 101011010 11101 1000101

Color Harmonies of #C698A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C698A3

Black with #C698A3

Text Example


Text Example

White with #C698A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C698A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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