Html Css Color HEX #C9BEC6 Maverick

📋 copy color: '#C9BEC6'

red 201 ◦ green 190 ◦ blue 198

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

Shades of Maverick #C9BEC6

Tints of Maverick #C9BEC6

RGB

 RED value IS 201 (78.91% from 255) = 34.13%

 GREEN value IS 190 (74.61% from 255) = 32.26%

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

R = 34.13%
G = 32.26%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C9BEC6 (or 0xC9BEC6) is known color: Maverick. HEX triplet: C9, BE and C6. RGB value is (201,190,198). Sum of RGB (Red+Green+Blue) = 201+190+198=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEC6 is #364139. Grayscale: #C2C2C2. Windows color (decimal): -3555642 or 13024969. OLE color: 13024969.

HSL color Cylindrical-coordinate representation of color #C9BEC6: hue angle of 316.36º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9BEC6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 190 198 -
CMYK 0 0.05 0.01 0.21
HSL 316.36º 0.09% 0.77% -
HSV(B) 316.36º 0.05% 0.79% -
XYZ 52.69 53.32 60.94 -
YUV 194.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 201 190 198 0 0.05 0.01 0.21 316.36 0.09 0.77
Hex C9 BE C6 0 5 1 15 13C 9 4D
Octal 311 276 306 0 5 1 25 474 11 115
Binary 11001001 10111110 11000110 0 101 1 10101 100111100 1001 1001101

Color Harmonies of #C9BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEC6

Black with #C9BEC6

Text Example


Text Example

White with #C9BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEC6; }

 p { color: rgb(201,190,198); }

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

background-color css

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

 a { background-color: rgb(201,190,198); }

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

border-color css

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

 span { border-color: rgb(201,190,198); }

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