Html Css Color HEX #C8BDC2 Maverick

📋 copy color: '#C8BDC2'

red 200 ◦ green 189 ◦ blue 194

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

Shades of Maverick #C8BDC2

Tints of Maverick #C8BDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.28%

R = 34.31%
G = 32.42%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C8BDC2 (or 0xC8BDC2) is known color: Maverick. HEX triplet: C8, BD and C2. RGB value is (200,189,194). Sum of RGB (Red+Green+Blue) = 200+189+194=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC2 is #37423D. Grayscale: #C0C0C0. Windows color (decimal): -3621438 or 12762568. OLE color: 12762568.

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

Color convert

RGB 200 189 194 -
CMYK 0 0.06 0.03 0.22
HSL 332.73º 0.09% 0.76% -
HSV(B) 332.73º 0.06% 0.78% -
XYZ 51.75 52.57 58.46 -
YUV 192.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 200 189 194 0 0.06 0.03 0.22 332.73 0.09 0.76
Hex C8 BD C2 0 6 3 16 14D 9 4C
Octal 310 275 302 0 6 3 26 515 11 114
Binary 11001000 10111101 11000010 0 110 11 10110 101001101 1001 1001100

Color Harmonies of #C8BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDC2

Black with #C8BDC2

Text Example


Text Example

White with #C8BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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