Html Css Color HEX #CBC9CD French Grey

📋 copy color: '#CBC9CD'

red 203 ◦ green 201 ◦ blue 205

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

Shades of French Grey #CBC9CD

Tints of French Grey #CBC9CD

RGB

 RED value IS 203 (79.69% from 255) = 33.33%

 GREEN value IS 201 (78.91% from 255) = 33%

 BLUE value IS 205 (80.47% from 255) = 33.66%

R = 33.33%
G = 33%
B = 33.66%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBC9CD (or 0xCBC9CD) is known color: French Grey. HEX triplet: CB, C9 and CD. RGB value is (203,201,205). Sum of RGB (Red+Green+Blue) = 203+201+205=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9CD is #343632. Grayscale: #CACACA. Windows color (decimal): -3421747 or 13486539. OLE color: 13486539.

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

Color convert

RGB 203 201 205 -
CMYK 0.01 0.02 0 0.20
HSL 270º 0.04% 0.8% -
HSV(B) 270º 0.02% 0.8% -
XYZ 56.53 58.88 66.14 -
YUV 202.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 203 201 205 0.01 0.02 0 0.20 270 0.04 0.8
Hex CB C9 CD 1 2 0 14 10E 4 50
Octal 313 311 315 1 2 0 24 416 4 120
Binary 11001011 11001001 11001101 1 10 0 10100 100001110 100 1010000

Color Harmonies of #CBC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9CD

Black with #CBC9CD

Text Example


Text Example

White with #CBC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9CD; }

 p { color: rgb(203,201,205); }

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

background-color css

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

 a { background-color: rgb(203,201,205); }

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

border-color css

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

 span { border-color: rgb(203,201,205); }

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