Html Css Color HEX #CCB3BE Maverick

📋 copy color: '#CCB3BE'

red 204 ◦ green 179 ◦ blue 190

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

Shades of Maverick #CCB3BE

Tints of Maverick #CCB3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.24%

 BLUE value IS 190 (74.61% from 255) = 33.16%

R = 35.6%
G = 31.24%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCB3BE (or 0xCCB3BE) is known color: Maverick. HEX triplet: CC, B3 and BE. RGB value is (204,179,190). Sum of RGB (Red+Green+Blue) = 204+179+190=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3BE is #334C41. Grayscale: #BBBBBB. Windows color (decimal): -3361858 or 12497868. OLE color: 12497868.

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

Color convert

RGB 204 179 190 -
CMYK 0 0.12 0.07 0.2
HSL 333.6º 0.2% 0.75% -
HSV(B) 333.6º 0.12% 0.8% -
XYZ 50.32 48.8 55.48 -
YUV 187.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 204 179 190 0 0.12 0.07 0.2 333.6 0.2 0.75
Hex CC B3 BE 0 C 7 14 14E 14 4B
Octal 314 263 276 0 14 7 24 516 24 113
Binary 11001100 10110011 10111110 0 1100 111 10100 101001110 10100 1001011

Color Harmonies of #CCB3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3BE

Black with #CCB3BE

Text Example


Text Example

White with #CCB3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3BE; }

 p { color: rgb(204,179,190); }

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

background-color css

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

 a { background-color: rgb(204,179,190); }

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

border-color css

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

 span { border-color: rgb(204,179,190); }

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