Html Css Color HEX #CDB0B2 Pink Flare

📋 copy color: '#CDB0B2'

red 205 ◦ green 176 ◦ blue 178

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

Shades of Pink Flare #CDB0B2

Tints of Pink Flare #CDB0B2

RGB

 RED value IS 205 (80.47% from 255) = 36.67%

 GREEN value IS 176 (69.14% from 255) = 31.48%

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

R = 36.67%
G = 31.48%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CDB0B2 (or 0xCDB0B2) is known color: Pink Flare. HEX triplet: CD, B0 and B2. RGB value is (205,176,178). Sum of RGB (Red+Green+Blue) = 205+176+178=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0B2 is #324F4D. Grayscale: #B8B8B8. Windows color (decimal): -3297102 or 11710669. OLE color: 11710669.

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

Color convert

RGB 205 176 178 -
CMYK 0 0.14 0.13 0.20
HSL 355.86º 0.22% 0.75% -
HSV(B) 355.86º 0.14% 0.8% -
XYZ 48.74 47.24 48.67 -
YUV 184.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 205 176 178 0 0.14 0.13 0.20 355.86 0.22 0.75
Hex CD B0 B2 0 E D 14 164 16 4B
Octal 315 260 262 0 16 15 24 544 26 113
Binary 11001101 10110000 10110010 0 1110 1101 10100 101100100 10110 1001011

Color Harmonies of #CDB0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0B2

Black with #CDB0B2

Text Example


Text Example

White with #CDB0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0B2; }

 p { color: rgb(205,176,178); }

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

background-color css

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

 a { background-color: rgb(205,176,178); }

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

border-color css

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

 span { border-color: rgb(205,176,178); }

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