Html Css Color HEX #CBC7CE French Grey

📋 copy color: '#CBC7CE'

red 203 ◦ green 199 ◦ blue 206

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

Shades of French Grey #CBC7CE

Tints of French Grey #CBC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.73%

 BLUE value IS 206 (80.86% from 255) = 33.88%

R = 33.39%
G = 32.73%
B = 33.88%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CBC7CE (or 0xCBC7CE) is known color: French Grey. HEX triplet: CB, C7 and CE. RGB value is (203,199,206). Sum of RGB (Red+Green+Blue) = 203+199+206=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7CE is #343831. Grayscale: #C8C8C8. Windows color (decimal): -3422258 or 13551563. OLE color: 13551563.

HSL color Cylindrical-coordinate representation of color #CBC7CE: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC7CE is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 199 206 -
CMYK 0.01 0.03 0 0.19
HSL 274.29º 0.07% 0.79% -
HSV(B) 274.29º 0.03% 0.81% -
XYZ 56.19 58 66.63 -
YUV 200.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 203 199 206 0.01 0.03 0 0.19 274.29 0.07 0.79
Hex CB C7 CE 1 3 0 13 112 7 4F
Octal 313 307 316 1 3 0 23 422 7 117
Binary 11001011 11000111 11001110 1 11 0 10011 100010010 111 1001111

Color Harmonies of #CBC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC7CE

Black with #CBC7CE

Text Example


Text Example

White with #CBC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC7CE; }

 p { color: rgb(203,199,206); }

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

background-color css

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

 a { background-color: rgb(203,199,206); }

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

border-color css

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

 span { border-color: rgb(203,199,206); }

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