Html Css Color HEX #CF9FAB Careys Pink

📋 copy color: '#CF9FAB'

red 207 ◦ green 159 ◦ blue 171

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

Shades of Careys Pink #CF9FAB

Tints of Careys Pink #CF9FAB

RGB

 RED value IS 207 (81.25% from 255) = 38.55%

 GREEN value IS 159 (62.5% from 255) = 29.61%

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 38.55%
G = 29.61%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF9FAB (or 0xCF9FAB) is known color: Careys Pink. HEX triplet: CF, 9F and AB. RGB value is (207,159,171). Sum of RGB (Red+Green+Blue) = 207+159+171=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9FAB is #306054. Grayscale: #AEAEAE. Windows color (decimal): -3170389 or 11247567. OLE color: 11247567.

HSL color Cylindrical-coordinate representation of color #CF9FAB: hue angle of 345º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FAB is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 171 -
CMYK 0 0.23 0.17 0.19
HSL 345º 0.33% 0.72% -
HSV(B) 345º 0.23% 0.81% -
XYZ 45.48 41 44.05 -
YUV 174.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 207 159 171 0 0.23 0.17 0.19 345 0.33 0.72
Hex CF 9F AB 0 17 11 13 159 21 48
Octal 317 237 253 0 27 21 23 531 41 110
Binary 11001111 10011111 10101011 0 10111 10001 10011 101011001 100001 1001000

Color Harmonies of #CF9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FAB

Black with #CF9FAB

Text Example


Text Example

White with #CF9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FAB; }

 p { color: rgb(207,159,171); }

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

background-color css

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

 a { background-color: rgb(207,159,171); }

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

border-color css

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

 span { border-color: rgb(207,159,171); }

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