Html Css Color HEX #CCB2BF Maverick

📋 copy color: '#CCB2BF'

red 204 ◦ green 178 ◦ blue 191

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

Shades of Maverick #CCB2BF

Tints of Maverick #CCB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.06%

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

R = 35.6%
G = 31.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCB2BF (or 0xCCB2BF) is known color: Maverick. HEX triplet: CC, B2 and BF. RGB value is (204,178,191). Sum of RGB (Red+Green+Blue) = 204+178+191=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BF is #334D40. Grayscale: #BBBBBB. Windows color (decimal): -3362113 or 12563148. OLE color: 12563148.

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

Color convert

RGB 204 178 191 -
CMYK 0 0.13 0.06 0.2
HSL 330º 0.2% 0.75% -
HSV(B) 330º 0.13% 0.8% -
XYZ 50.23 48.44 55.99 -
YUV 187.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 204 178 191 0 0.13 0.06 0.2 330 0.2 0.75
Hex CC B2 BF 0 D 6 14 14A 14 4B
Octal 314 262 277 0 15 6 24 512 24 113
Binary 11001100 10110010 10111111 0 1101 110 10100 101001010 10100 1001011

Color Harmonies of #CCB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2BF

Black with #CCB2BF

Text Example


Text Example

White with #CCB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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