Html Css Color HEX #CCB6BF Maverick

📋 copy color: '#CCB6BF'

red 204 ◦ green 182 ◦ blue 191

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

Shades of Maverick #CCB6BF

Tints of Maverick #CCB6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.1%

R = 35.36%
G = 31.54%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCB6BF (or 0xCCB6BF) is known color: Maverick. HEX triplet: CC, B6 and BF. RGB value is (204,182,191). Sum of RGB (Red+Green+Blue) = 204+182+191=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6BF is #334940. Grayscale: #BDBDBD. Windows color (decimal): -3361089 or 12564172. OLE color: 12564172.

HSL color Cylindrical-coordinate representation of color #CCB6BF: hue angle of 335.45º 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 #CCB6BF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 191 -
CMYK 0 0.11 0.06 0.2
HSL 335.45º 0.18% 0.76% -
HSV(B) 335.45º 0.11% 0.8% -
XYZ 51.03 50.05 56.26 -
YUV 189.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 204 182 191 0 0.11 0.06 0.2 335.45 0.18 0.76
Hex CC B6 BF 0 B 6 14 14F 12 4C
Octal 314 266 277 0 13 6 24 517 22 114
Binary 11001100 10110110 10111111 0 1011 110 10100 101001111 10010 1001100

Color Harmonies of #CCB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6BF

Black with #CCB6BF

Text Example


Text Example

White with #CCB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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