Html Css Color HEX #C3BDCB French Grey

📋 copy color: '#C3BDCB'

red 195 ◦ green 189 ◦ blue 203

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

Shades of French Grey #C3BDCB

Tints of French Grey #C3BDCB

RGB

 RED value IS 195 (76.56% from 255) = 33.22%

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

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 33.22%
G = 32.2%
B = 34.58%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3BDCB (or 0xC3BDCB) is known color: French Grey. HEX triplet: C3, BD and CB. RGB value is (195,189,203). Sum of RGB (Red+Green+Blue) = 195+189+203=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDCB is #3C4234. Grayscale: #C0C0C0. Windows color (decimal): -3949109 or 13352387. OLE color: 13352387.

HSL color Cylindrical-coordinate representation of color #C3BDCB: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BDCB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 189 203 -
CMYK 0.04 0.07 0 0.20
HSL 265.71º 0.12% 0.77% -
HSV(B) 265.71º 0.07% 0.8% -
XYZ 51.48 52.31 63.88 -
YUV 192.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 195 189 203 0.04 0.07 0 0.20 265.71 0.12 0.77
Hex C3 BD CB 4 7 0 14 10A C 4D
Octal 303 275 313 4 7 0 24 412 14 115
Binary 11000011 10111101 11001011 100 111 0 10100 100001010 1100 1001101

Color Harmonies of #C3BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDCB

Black with #C3BDCB

Text Example


Text Example

White with #C3BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDCB; }

 p { color: rgb(195,189,203); }

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

background-color css

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

 a { background-color: rgb(195,189,203); }

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

border-color css

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

 span { border-color: rgb(195,189,203); }

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