Html Css Color HEX #CAADB2 Pink Flare

📋 copy color: '#CAADB2'

red 202 ◦ green 173 ◦ blue 178

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

Shades of Pink Flare #CAADB2

Tints of Pink Flare #CAADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.19%

R = 36.53%
G = 31.28%
B = 32.19%

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

#CAADB2 (or 0xCAADB2) is known color: Pink Flare. HEX triplet: CA, AD and B2. RGB value is (202,173,178). Sum of RGB (Red+Green+Blue) = 202+173+178=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADB2 is #35524D. Grayscale: #B6B6B6. Windows color (decimal): -3494478 or 11709898. OLE color: 11709898.

HSL color Cylindrical-coordinate representation of color #CAADB2: hue angle of 349.66º 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 #CAADB2 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 173 178 -
CMYK 0 0.14 0.12 0.21
HSL 349.66º 0.21% 0.74% -
HSV(B) 349.66º 0.14% 0.79% -
XYZ 47.34 45.66 48.44 -
YUV 182.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 202 173 178 0 0.14 0.12 0.21 349.66 0.21 0.74
Hex CA AD B2 0 E C 15 15E 15 4A
Octal 312 255 262 0 16 14 25 536 25 112
Binary 11001010 10101101 10110010 0 1110 1100 10101 101011110 10101 1001010

Color Harmonies of #CAADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAADB2

Black with #CAADB2

Text Example


Text Example

White with #CAADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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