Html Css Color HEX #C8BDC5 Maverick

📋 copy color: '#C8BDC5'

red 200 ◦ green 189 ◦ blue 197

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

Shades of Maverick #C8BDC5

Tints of Maverick #C8BDC5

RGB

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

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

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

R = 34.13%
G = 32.25%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C8BDC5 (or 0xC8BDC5) is known color: Maverick. HEX triplet: C8, BD and C5. RGB value is (200,189,197). Sum of RGB (Red+Green+Blue) = 200+189+197=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC5 is #37423A. Grayscale: #C1C1C1. Windows color (decimal): -3621435 or 12959176. OLE color: 12959176.

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

Color convert

RGB 200 189 197 -
CMYK 0 0.06 0.02 0.22
HSL 316.36º 0.09% 0.76% -
HSV(B) 316.36º 0.06% 0.78% -
XYZ 52.1 52.71 60.25 -
YUV 193.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 200 189 197 0 0.06 0.02 0.22 316.36 0.09 0.76
Hex C8 BD C5 0 6 2 16 13C 9 4C
Octal 310 275 305 0 6 2 26 474 11 114
Binary 11001000 10111101 11000101 0 110 10 10110 100111100 1001 1001100

Color Harmonies of #C8BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDC5

Black with #C8BDC5

Text Example


Text Example

White with #C8BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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