Html Css Color HEX #C4AFB4 Pink Flare

📋 copy color: '#C4AFB4'

red 196 ◦ green 175 ◦ blue 180

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

Shades of Pink Flare #C4AFB4

Tints of Pink Flare #C4AFB4

RGB

 RED value IS 196 (76.95% from 255) = 35.57%

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

 BLUE value IS 180 (70.7% from 255) = 32.67%

R = 35.57%
G = 31.76%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C4AFB4 (or 0xC4AFB4) is known color: Pink Flare. HEX triplet: C4, AF and B4. RGB value is (196,175,180). Sum of RGB (Red+Green+Blue) = 196+175+180=551 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.57% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFB4 is #3B504B. Grayscale: #B5B5B5. Windows color (decimal): -3887180 or 11841476. OLE color: 11841476.

HSL color Cylindrical-coordinate representation of color #C4AFB4: hue angle of 345.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AFB4 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 180 -
CMYK 0 0.11 0.08 0.23
HSL 345.71º 0.15% 0.73% -
HSV(B) 345.71º 0.11% 0.77% -
XYZ 46.33 45.69 49.56 -
YUV 181.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 196 175 180 0 0.11 0.08 0.23 345.71 0.15 0.73
Hex C4 AF B4 0 B 8 17 15A F 49
Octal 304 257 264 0 13 10 27 532 17 111
Binary 11000100 10101111 10110100 0 1011 1000 10111 101011010 1111 1001001

Color Harmonies of #C4AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AFB4

Black with #C4AFB4

Text Example


Text Example

White with #C4AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AFB4; }

 p { color: rgb(196,175,180); }

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

background-color css

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

 a { background-color: rgb(196,175,180); }

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

border-color css

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

 span { border-color: rgb(196,175,180); }

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