Html Css Color HEX #CCB6B7 Pink Flare

📋 copy color: '#CCB6B7'

red 204 ◦ green 182 ◦ blue 183

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

Shades of Pink Flare #CCB6B7

Tints of Pink Flare #CCB6B7

RGB

 RED value IS 204 (80.08% from 255) = 35.85%

 GREEN value IS 182 (71.48% from 255) = 31.99%

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

R = 35.85%
G = 31.99%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCB6B7 (or 0xCCB6B7) is known color: Pink Flare. HEX triplet: CC, B6 and B7. RGB value is (204,182,183). Sum of RGB (Red+Green+Blue) = 204+182+183=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B7 is #334948. Grayscale: #BCBCBC. Windows color (decimal): -3361097 or 12039884. OLE color: 12039884.

HSL color Cylindrical-coordinate representation of color #CCB6B7: hue angle of 357.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCB6B7 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 183 -
CMYK 0 0.11 0.10 0.2
HSL 357.27º 0.18% 0.76% -
HSV(B) 357.27º 0.11% 0.8% -
XYZ 50.18 49.71 51.75 -
YUV 188.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 204 182 183 0 0.11 0.10 0.2 357.27 0.18 0.76
Hex CC B6 B7 0 B A 14 165 12 4C
Octal 314 266 267 0 13 12 24 545 22 114
Binary 11001100 10110110 10110111 0 1011 1010 10100 101100101 10010 1001100

Color Harmonies of #CCB6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6B7

Black with #CCB6B7

Text Example


Text Example

White with #CCB6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6B7; }

 p { color: rgb(204,182,183); }

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

background-color css

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

 a { background-color: rgb(204,182,183); }

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

border-color css

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

 span { border-color: rgb(204,182,183); }

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