Html Css Color HEX #C9BDC3 Maverick

📋 copy color: '#C9BDC3'

red 201 ◦ green 189 ◦ blue 195

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

Shades of Maverick #C9BDC3

Tints of Maverick #C9BDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.33%

R = 34.36%
G = 32.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C9BDC3 (or 0xC9BDC3) is known color: Maverick. HEX triplet: C9, BD and C3. RGB value is (201,189,195). Sum of RGB (Red+Green+Blue) = 201+189+195=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDC3 is #36423C. Grayscale: #C1C1C1. Windows color (decimal): -3555901 or 12828105. OLE color: 12828105.

HSL color Cylindrical-coordinate representation of color #C9BDC3: hue angle of 330º 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 #C9BDC3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 189 195 -
CMYK 0 0.06 0.03 0.21
HSL 330º 0.1% 0.76% -
HSV(B) 330º 0.06% 0.79% -
XYZ 52.14 52.75 59.06 -
YUV 193.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 201 189 195 0 0.06 0.03 0.21 330 0.1 0.76
Hex C9 BD C3 0 6 3 15 14A A 4C
Octal 311 275 303 0 6 3 25 512 12 114
Binary 11001001 10111101 11000011 0 110 11 10101 101001010 1010 1001100

Color Harmonies of #C9BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDC3

Black with #C9BDC3

Text Example


Text Example

White with #C9BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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