Html Css Color HEX #C99BA7 Careys Pink

📋 copy color: '#C99BA7'

red 201 ◦ green 155 ◦ blue 167

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

Shades of Careys Pink #C99BA7

Tints of Careys Pink #C99BA7

RGB

 RED value IS 201 (78.91% from 255) = 38.43%

 GREEN value IS 155 (60.94% from 255) = 29.64%

 BLUE value IS 167 (65.63% from 255) = 31.93%

R = 38.43%
G = 29.64%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C99BA7 (or 0xC99BA7) is known color: Careys Pink. HEX triplet: C9, 9B and A7. RGB value is (201,155,167). Sum of RGB (Red+Green+Blue) = 201+155+167=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BA7 is #366458. Grayscale: #AAAAAA. Windows color (decimal): -3564633 or 10984393. OLE color: 10984393.

HSL color Cylindrical-coordinate representation of color #C99BA7: hue angle of 344.35º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BA7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 155 167 -
CMYK 0 0.23 0.17 0.21
HSL 344.35º 0.3% 0.7% -
HSV(B) 344.35º 0.23% 0.79% -
XYZ 42.78 38.65 41.76 -
YUV 170.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 201 155 167 0 0.23 0.17 0.21 344.35 0.3 0.7
Hex C9 9B A7 0 17 11 15 158 1E 46
Octal 311 233 247 0 27 21 25 530 36 106
Binary 11001001 10011011 10100111 0 10111 10001 10101 101011000 11110 1000110

Color Harmonies of #C99BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BA7

Black with #C99BA7

Text Example


Text Example

White with #C99BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BA7; }

 p { color: rgb(201,155,167); }

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

background-color css

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

 a { background-color: rgb(201,155,167); }

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

border-color css

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

 span { border-color: rgb(201,155,167); }

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