Html Css Color HEX #CBC9BF Quill Grey

📋 copy color: '#CBC9BF'

red 203 ◦ green 201 ◦ blue 191

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

Shades of Quill Grey #CBC9BF

Tints of Quill Grey #CBC9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.1%

R = 34.12%
G = 33.78%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CBC9BF (or 0xCBC9BF) is known color: Quill Grey. HEX triplet: CB, C9 and BF. RGB value is (203,201,191). Sum of RGB (Red+Green+Blue) = 203+201+191=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9BF is #343640. Grayscale: #C8C8C8. Windows color (decimal): -3421761 or 12569035. OLE color: 12569035.

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

Color convert

RGB 203 201 191 -
CMYK 0 0.01 0.06 0.20
HSL 50º 0.1% 0.77% -
HSV(B) 50º 0.06% 0.8% -
XYZ 54.92 58.23 57.64 -
YUV 200.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 203 201 191 0 0.01 0.06 0.20 50 0.1 0.77
Hex CB C9 BF 0 1 6 14 32 A 4D
Octal 313 311 277 0 1 6 24 62 12 115
Binary 11001011 11001001 10111111 0 1 110 10100 110010 1010 1001101

Color Harmonies of #CBC9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9BF

Black with #CBC9BF

Text Example


Text Example

White with #CBC9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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