Html Css Color HEX #C898A4 Careys Pink

📋 copy color: '#C898A4'

red 200 ◦ green 152 ◦ blue 164

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

Shades of Careys Pink #C898A4

Tints of Careys Pink #C898A4

RGB

 RED value IS 200 (78.52% from 255) = 38.76%

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

 BLUE value IS 164 (64.45% from 255) = 31.78%

R = 38.76%
G = 29.46%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C898A4 (or 0xC898A4) is known color: Careys Pink. HEX triplet: C8, 98 and A4. RGB value is (200,152,164). Sum of RGB (Red+Green+Blue) = 200+152+164=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C898A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C898A4 is #37675B. Grayscale: #A7A7A7. Windows color (decimal): -3630940 or 10787016. OLE color: 10787016.

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

Color convert

RGB 200 152 164 -
CMYK 0 0.24 0.18 0.22
HSL 345º 0.3% 0.69% -
HSV(B) 345º 0.24% 0.78% -
XYZ 41.75 37.42 40.14 -
YUV 167.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 200 152 164 0 0.24 0.18 0.22 345 0.3 0.69
Hex C8 98 A4 0 18 12 16 159 1E 45
Octal 310 230 244 0 30 22 26 531 36 105
Binary 11001000 10011000 10100100 0 11000 10010 10110 101011001 11110 1000101

Color Harmonies of #C898A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C898A4

Black with #C898A4

Text Example


Text Example

White with #C898A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C898A4; }

 p { color: rgb(200,152,164); }

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

background-color css

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

 a { background-color: rgb(200,152,164); }

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

border-color css

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

 span { border-color: rgb(200,152,164); }

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