Html Css Color HEX #C6BDC5 Maverick

📋 copy color: '#C6BDC5'

red 198 ◦ green 189 ◦ blue 197

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

Shades of Maverick #C6BDC5

Tints of Maverick #C6BDC5

RGB

 RED value IS 198 (77.73% from 255) = 33.9%

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

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

R = 33.9%
G = 32.36%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C6BDC5 (or 0xC6BDC5) is known color: Maverick. HEX triplet: C6, BD and C5. RGB value is (198,189,197). Sum of RGB (Red+Green+Blue) = 198+189+197=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDC5 is #39423A. Grayscale: #C0C0C0. Windows color (decimal): -3752507 or 12959174. OLE color: 12959174.

HSL color Cylindrical-coordinate representation of color #C6BDC5: hue angle of 306.67º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BDC5 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 189 197 -
CMYK 0 0.05 0.01 0.22
HSL 306.67º 0.07% 0.76% -
HSV(B) 306.67º 0.05% 0.78% -
XYZ 51.56 52.43 60.23 -
YUV 192.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 198 189 197 0 0.05 0.01 0.22 306.67 0.07 0.76
Hex C6 BD C5 0 5 1 16 133 7 4C
Octal 306 275 305 0 5 1 26 463 7 114
Binary 11000110 10111101 11000101 0 101 1 10110 100110011 111 1001100

Color Harmonies of #C6BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDC5

Black with #C6BDC5

Text Example


Text Example

White with #C6BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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