Html Css Color HEX #CFA5AC Careys Pink

📋 copy color: '#CFA5AC'

red 207 ◦ green 165 ◦ blue 172

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

Shades of Careys Pink #CFA5AC

Tints of Careys Pink #CFA5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

 BLUE value IS 172 (67.58% from 255) = 31.62%

R = 38.05%
G = 30.33%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFA5AC (or 0xCFA5AC) is known color: Careys Pink. HEX triplet: CF, A5 and AC. RGB value is (207,165,172). Sum of RGB (Red+Green+Blue) = 207+165+172=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5AC is #305A53. Grayscale: #B2B2B2. Windows color (decimal): -3168852 or 11314639. OLE color: 11314639.

HSL color Cylindrical-coordinate representation of color #CFA5AC: hue angle of 350º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5AC is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 172 -
CMYK 0 0.20 0.17 0.19
HSL 350º 0.3% 0.73% -
HSV(B) 350º 0.2% 0.81% -
XYZ 46.63 43.15 44.9 -
YUV 178.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 207 165 172 0 0.20 0.17 0.19 350 0.3 0.73
Hex CF A5 AC 0 14 11 13 15E 1E 49
Octal 317 245 254 0 24 21 23 536 36 111
Binary 11001111 10100101 10101100 0 10100 10001 10011 101011110 11110 1001001

Color Harmonies of #CFA5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5AC

Black with #CFA5AC

Text Example


Text Example

White with #CFA5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5AC; }

 p { color: rgb(207,165,172); }

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

background-color css

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

 a { background-color: rgb(207,165,172); }

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

border-color css

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

 span { border-color: rgb(207,165,172); }

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