Html Css Color HEX #CCB0BE Maverick

📋 copy color: '#CCB0BE'

red 204 ◦ green 176 ◦ blue 190

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

Shades of Maverick #CCB0BE

Tints of Maverick #CCB0BE

RGB

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

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

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

R = 35.79%
G = 30.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCB0BE (or 0xCCB0BE) is known color: Maverick. HEX triplet: CC, B0 and BE. RGB value is (204,176,190). Sum of RGB (Red+Green+Blue) = 204+176+190=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0BE is #334F41. Grayscale: #B9B9B9. Windows color (decimal): -3362626 or 12497100. OLE color: 12497100.

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

Color convert

RGB 204 176 190 -
CMYK 0 0.14 0.07 0.2
HSL 330º 0.22% 0.75% -
HSV(B) 330º 0.14% 0.8% -
XYZ 49.72 47.61 55.28 -
YUV 185.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 204 176 190 0 0.14 0.07 0.2 330 0.22 0.75
Hex CC B0 BE 0 E 7 14 14A 16 4B
Octal 314 260 276 0 16 7 24 512 26 113
Binary 11001100 10110000 10111110 0 1110 111 10100 101001010 10110 1001011

Color Harmonies of #CCB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0BE

Black with #CCB0BE

Text Example


Text Example

White with #CCB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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