Html Css Color HEX #CCBAC9 Maverick

📋 copy color: '#CCBAC9'

red 204 ◦ green 186 ◦ blue 201

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

Shades of Maverick #CCBAC9

Tints of Maverick #CCBAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 34.52%
G = 31.47%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCBAC9 (or 0xCCBAC9) is known color: Maverick. HEX triplet: CC, BA and C9. RGB value is (204,186,201). Sum of RGB (Red+Green+Blue) = 204+186+201=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC9 is #334536. Grayscale: #C1C1C1. Windows color (decimal): -3360055 or 13220556. OLE color: 13220556.

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

Color convert

RGB 204 186 201 -
CMYK 0 0.09 0.01 0.2
HSL 310º 0.15% 0.76% -
HSV(B) 310º 0.09% 0.8% -
XYZ 53 52.17 62.54 -
YUV 193.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 204 186 201 0 0.09 0.01 0.2 310 0.15 0.76
Hex CC BA C9 0 9 1 14 136 F 4C
Octal 314 272 311 0 11 1 24 466 17 114
Binary 11001100 10111010 11001001 0 1001 1 10100 100110110 1111 1001100

Color Harmonies of #CCBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAC9

Black with #CCBAC9

Text Example


Text Example

White with #CCBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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