Html Css Color HEX #CCAFB7 Pink Flare

📋 copy color: '#CCAFB7'

red 204 ◦ green 175 ◦ blue 183

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

Shades of Pink Flare #CCAFB7

Tints of Pink Flare #CCAFB7

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

 GREEN value IS 175 (68.75% from 255) = 31.14%

 BLUE value IS 183 (71.88% from 255) = 32.56%

R = 36.3%
G = 31.14%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCAFB7 (or 0xCCAFB7) is known color: Pink Flare. HEX triplet: CC, AF and B7. RGB value is (204,175,183). Sum of RGB (Red+Green+Blue) = 204+175+183=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFB7 is #335048. Grayscale: #B8B8B8. Windows color (decimal): -3362889 or 12038092. OLE color: 12038092.

HSL color Cylindrical-coordinate representation of color #CCAFB7: hue angle of 343.45º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCAFB7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 183 -
CMYK 0 0.14 0.10 0.2
HSL 343.45º 0.22% 0.74% -
HSV(B) 343.45º 0.14% 0.8% -
XYZ 48.78 46.92 51.28 -
YUV 184.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 204 175 183 0 0.14 0.10 0.2 343.45 0.22 0.74
Hex CC AF B7 0 E A 14 157 16 4A
Octal 314 257 267 0 16 12 24 527 26 112
Binary 11001100 10101111 10110111 0 1110 1010 10100 101010111 10110 1001010

Color Harmonies of #CCAFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAFB7

Black with #CCAFB7

Text Example


Text Example

White with #CCAFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAFB7; }

 p { color: rgb(204,175,183); }

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

background-color css

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

 a { background-color: rgb(204,175,183); }

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

border-color css

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

 span { border-color: rgb(204,175,183); }

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