Html Css Color HEX #C9BDC5 Maverick

📋 copy color: '#C9BDC5'

red 201 ◦ green 189 ◦ blue 197

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

Shades of Maverick #C9BDC5

Tints of Maverick #C9BDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.56%

R = 34.24%
G = 32.2%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C9BDC5 (or 0xC9BDC5) is known color: Maverick. HEX triplet: C9, BD and C5. RGB value is (201,189,197). Sum of RGB (Red+Green+Blue) = 201+189+197=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDC5 is #36423A. Grayscale: #C1C1C1. Windows color (decimal): -3555899 or 12959177. OLE color: 12959177.

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

Color convert

RGB 201 189 197 -
CMYK 0 0.06 0.02 0.21
HSL 320º 0.1% 0.76% -
HSV(B) 320º 0.06% 0.79% -
XYZ 52.36 52.84 60.26 -
YUV 193.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 201 189 197 0 0.06 0.02 0.21 320 0.1 0.76
Hex C9 BD C5 0 6 2 15 140 A 4C
Octal 311 275 305 0 6 2 25 500 12 114
Binary 11001001 10111101 11000101 0 110 10 10101 101000000 1010 1001100

Color Harmonies of #C9BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDC5

Black with #C9BDC5

Text Example


Text Example

White with #C9BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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