Html Css Color HEX #C2B2BD Maverick

📋 copy color: '#C2B2BD'

red 194 ◦ green 178 ◦ blue 189

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

Shades of Maverick #C2B2BD

Tints of Maverick #C2B2BD

RGB

 RED value IS 194 (76.17% from 255) = 34.58%

 GREEN value IS 178 (69.92% from 255) = 31.73%

 BLUE value IS 189 (74.22% from 255) = 33.69%

R = 34.58%
G = 31.73%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2B2BD (or 0xC2B2BD) is known color: Maverick. HEX triplet: C2, B2 and BD. RGB value is (194,178,189). Sum of RGB (Red+Green+Blue) = 194+178+189=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B2BD is #3D4D42. Grayscale: #B8B8B8. Windows color (decimal): -4017475 or 12432066. OLE color: 12432066.

HSL color Cylindrical-coordinate representation of color #C2B2BD: hue angle of 318.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2B2BD is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 189 -
CMYK 0 0.08 0.03 0.24
HSL 318.75º 0.12% 0.73% -
HSV(B) 318.75º 0.08% 0.76% -
XYZ 47.35 46.98 54.72 -
YUV 184.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 194 178 189 0 0.08 0.03 0.24 318.75 0.12 0.73
Hex C2 B2 BD 0 8 3 18 13F C 49
Octal 302 262 275 0 10 3 30 477 14 111
Binary 11000010 10110010 10111101 0 1000 11 11000 100111111 1100 1001001

Color Harmonies of #C2B2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B2BD

Black with #C2B2BD

Text Example


Text Example

White with #C2B2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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