Html Css Color HEX #CBC7BF Quill Grey

📋 copy color: '#CBC7BF'

red 203 ◦ green 199 ◦ blue 191

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

Shades of Quill Grey #CBC7BF

Tints of Quill Grey #CBC7BF

RGB

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

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

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

R = 34.23%
G = 33.56%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CBC7BF (or 0xCBC7BF) is known color: Quill Grey. HEX triplet: CB, C7 and BF. RGB value is (203,199,191). Sum of RGB (Red+Green+Blue) = 203+199+191=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7BF is #343840. Grayscale: #C7C7C7. Windows color (decimal): -3422273 or 12568523. OLE color: 12568523.

HSL color Cylindrical-coordinate representation of color #CBC7BF: hue angle of 40º 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 #CBC7BF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 191 -
CMYK 0 0.02 0.06 0.20
HSL 40º 0.1% 0.77% -
HSV(B) 40º 0.06% 0.8% -
XYZ 54.46 57.3 57.48 -
YUV 199.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 203 199 191 0 0.02 0.06 0.20 40 0.1 0.77
Hex CB C7 BF 0 2 6 14 28 A 4D
Octal 313 307 277 0 2 6 24 50 12 115
Binary 11001011 11000111 10111111 0 10 110 10100 101000 1010 1001101

Color Harmonies of #CBC7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC7BF

Black with #CBC7BF

Text Example


Text Example

White with #CBC7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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