Html Css Color HEX #CAADB1 Pink Flare

📋 copy color: '#CAADB1'

red 202 ◦ green 173 ◦ blue 177

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

Shades of Pink Flare #CAADB1

Tints of Pink Flare #CAADB1

RGB

 RED value IS 202 (79.3% from 255) = 36.59%

 GREEN value IS 173 (67.97% from 255) = 31.34%

 BLUE value IS 177 (69.53% from 255) = 32.07%

R = 36.59%
G = 31.34%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CAADB1 (or 0xCAADB1) is known color: Pink Flare. HEX triplet: CA, AD and B1. RGB value is (202,173,177). Sum of RGB (Red+Green+Blue) = 202+173+177=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADB1 is #35524E. Grayscale: #B6B6B6. Windows color (decimal): -3494479 or 11644362. OLE color: 11644362.

HSL color Cylindrical-coordinate representation of color #CAADB1: hue angle of 351.72º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAADB1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 173 177 -
CMYK 0 0.14 0.12 0.21
HSL 351.72º 0.21% 0.74% -
HSV(B) 351.72º 0.14% 0.79% -
XYZ 47.24 45.62 47.91 -
YUV 182.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 202 173 177 0 0.14 0.12 0.21 351.72 0.21 0.74
Hex CA AD B1 0 E C 15 160 15 4A
Octal 312 255 261 0 16 14 25 540 25 112
Binary 11001010 10101101 10110001 0 1110 1100 10101 101100000 10101 1001010

Color Harmonies of #CAADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADB1

Black with #CAADB1

Text Example


Text Example

White with #CAADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADB1; }

 p { color: rgb(202,173,177); }

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

background-color css

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

 a { background-color: rgb(202,173,177); }

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

border-color css

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

 span { border-color: rgb(202,173,177); }

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