Html Css Color HEX #C8BDC6 Maverick

📋 copy color: '#C8BDC6'

red 200 ◦ green 189 ◦ blue 198

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

Shades of Maverick #C8BDC6

Tints of Maverick #C8BDC6

RGB

 RED value IS 200 (78.52% from 255) = 34.07%

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

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

R = 34.07%
G = 32.2%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C8BDC6 (or 0xC8BDC6) is known color: Maverick. HEX triplet: C8, BD and C6. RGB value is (200,189,198). Sum of RGB (Red+Green+Blue) = 200+189+198=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC6 is #374239. Grayscale: #C1C1C1. Windows color (decimal): -3621434 or 13024712. OLE color: 13024712.

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

Color convert

RGB 200 189 198 -
CMYK 0 0.06 0.01 0.22
HSL 310.91º 0.09% 0.76% -
HSV(B) 310.91º 0.06% 0.78% -
XYZ 52.21 52.75 60.86 -
YUV 193.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 200 189 198 0 0.06 0.01 0.22 310.91 0.09 0.76
Hex C8 BD C6 0 6 1 16 137 9 4C
Octal 310 275 306 0 6 1 26 467 11 114
Binary 11001000 10111101 11000110 0 110 1 10110 100110111 1001 1001100

Color Harmonies of #C8BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDC6

Black with #C8BDC6

Text Example


Text Example

White with #C8BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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