Html Css Color HEX #C899A5 Careys Pink

📋 copy color: '#C899A5'

red 200 ◦ green 153 ◦ blue 165

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

Shades of Careys Pink #C899A5

Tints of Careys Pink #C899A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.54%

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 38.61%
G = 29.54%
B = 31.85%

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

#C899A5 (or 0xC899A5) is known color: Careys Pink. HEX triplet: C8, 99 and A5. RGB value is (200,153,165). Sum of RGB (Red+Green+Blue) = 200+153+165=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C899A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C899A5 is #37665A. Grayscale: #A8A8A8. Windows color (decimal): -3630683 or 10852808. OLE color: 10852808.

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

Color convert

RGB 200 153 165 -
CMYK 0 0.24 0.18 0.22
HSL 344.68º 0.3% 0.69% -
HSV(B) 344.68º 0.24% 0.78% -
XYZ 42 37.78 40.68 -
YUV 168.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 200 153 165 0 0.24 0.18 0.22 344.68 0.3 0.69
Hex C8 99 A5 0 18 12 16 159 1E 45
Octal 310 231 245 0 30 22 26 531 36 105
Binary 11001000 10011001 10100101 0 11000 10010 10110 101011001 11110 1000101

Color Harmonies of #C899A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C899A5

Black with #C899A5

Text Example


Text Example

White with #C899A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C899A5; }

 p { color: rgb(200,153,165); }

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

background-color css

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

 a { background-color: rgb(200,153,165); }

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

border-color css

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

 span { border-color: rgb(200,153,165); }

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