Html Css Color HEX #C9BDC7 Maverick

📋 copy color: '#C9BDC7'

red 201 ◦ green 189 ◦ blue 199

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

Shades of Maverick #C9BDC7

Tints of Maverick #C9BDC7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 199 (78.13% from 255) = 33.79%

R = 34.13%
G = 32.09%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C9BDC7 (or 0xC9BDC7) is known color: Maverick. HEX triplet: C9, BD and C7. RGB value is (201,189,199). Sum of RGB (Red+Green+Blue) = 201+189+199=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDC7 is #364238. Grayscale: #C1C1C1. Windows color (decimal): -3555897 or 13090249. OLE color: 13090249.

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

Color convert

RGB 201 189 199 -
CMYK 0 0.06 0.01 0.21
HSL 310º 0.1% 0.76% -
HSV(B) 310º 0.06% 0.79% -
XYZ 52.59 52.94 61.48 -
YUV 193.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 201 189 199 0 0.06 0.01 0.21 310 0.1 0.76
Hex C9 BD C7 0 6 1 15 136 A 4C
Octal 311 275 307 0 6 1 25 466 12 114
Binary 11001001 10111101 11000111 0 110 1 10101 100110110 1010 1001100

Color Harmonies of #C9BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDC7

Black with #C9BDC7

Text Example


Text Example

White with #C9BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDC7; }

 p { color: rgb(201,189,199); }

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

background-color css

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

 a { background-color: rgb(201,189,199); }

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

border-color css

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

 span { border-color: rgb(201,189,199); }

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