Html Css Color HEX #CBB0B7 Pink Flare

📋 copy color: '#CBB0B7'

red 203 ◦ green 176 ◦ blue 183

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

Shades of Pink Flare #CBB0B7

Tints of Pink Flare #CBB0B7

RGB

 RED value IS 203 (79.69% from 255) = 36.12%

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

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

R = 36.12%
G = 31.32%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CBB0B7 (or 0xCBB0B7) is known color: Pink Flare. HEX triplet: CB, B0 and B7. RGB value is (203,176,183). Sum of RGB (Red+Green+Blue) = 203+176+183=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0B7 is #344F48. Grayscale: #B8B8B8. Windows color (decimal): -3428169 or 12038347. OLE color: 12038347.

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

Color convert

RGB 203 176 183 -
CMYK 0 0.13 0.10 0.20
HSL 344.44º 0.21% 0.74% -
HSV(B) 344.44º 0.13% 0.8% -
XYZ 48.7 47.17 51.34 -
YUV 184.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 203 176 183 0 0.13 0.10 0.20 344.44 0.21 0.74
Hex CB B0 B7 0 D A 14 158 15 4A
Octal 313 260 267 0 15 12 24 530 25 112
Binary 11001011 10110000 10110111 0 1101 1010 10100 101011000 10101 1001010

Color Harmonies of #CBB0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB0B7

Black with #CBB0B7

Text Example


Text Example

White with #CBB0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB0B7; }

 p { color: rgb(203,176,183); }

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

background-color css

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

 a { background-color: rgb(203,176,183); }

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

border-color css

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

 span { border-color: rgb(203,176,183); }

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