Html Css Color HEX #CCBAC6 Maverick

📋 copy color: '#CCBAC6'

red 204 ◦ green 186 ◦ blue 198

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

Shades of Maverick #CCBAC6

Tints of Maverick #CCBAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

 BLUE value IS 198 (77.73% from 255) = 33.67%

R = 34.69%
G = 31.63%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCBAC6 (or 0xCCBAC6) is known color: Maverick. HEX triplet: CC, BA and C6. RGB value is (204,186,198). Sum of RGB (Red+Green+Blue) = 204+186+198=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC6 is #334539. Grayscale: #C0C0C0. Windows color (decimal): -3360058 or 13023948. OLE color: 13023948.

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

Color convert

RGB 204 186 198 -
CMYK 0 0.09 0.03 0.2
HSL 320º 0.15% 0.76% -
HSV(B) 320º 0.09% 0.8% -
XYZ 52.65 52.03 60.69 -
YUV 192.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 204 186 198 0 0.09 0.03 0.2 320 0.15 0.76
Hex CC BA C6 0 9 3 14 140 F 4C
Octal 314 272 306 0 11 3 24 500 17 114
Binary 11001100 10111010 11000110 0 1001 11 10100 101000000 1111 1001100

Color Harmonies of #CCBAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAC6

Black with #CCBAC6

Text Example


Text Example

White with #CCBAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAC6; }

 p { color: rgb(204,186,198); }

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

background-color css

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

 a { background-color: rgb(204,186,198); }

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

border-color css

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

 span { border-color: rgb(204,186,198); }

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