Html Css Color HEX #CBC8BE Quill Grey

📋 copy color: '#CBC8BE'

red 203 ◦ green 200 ◦ blue 190

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

Shades of Quill Grey #CBC8BE

Tints of Quill Grey #CBC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.73%

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 34.23%
G = 33.73%
B = 32.04%

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

#CBC8BE (or 0xCBC8BE) is known color: Quill Grey. HEX triplet: CB, C8 and BE. RGB value is (203,200,190). Sum of RGB (Red+Green+Blue) = 203+200+190=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8BE is #343741. Grayscale: #C7C7C7. Windows color (decimal): -3422018 or 12503243. OLE color: 12503243.

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

Color convert

RGB 203 200 190 -
CMYK 0 0.01 0.06 0.20
HSL 46.15º 0.11% 0.77% -
HSV(B) 46.15º 0.06% 0.8% -
XYZ 54.58 57.72 56.98 -
YUV 199.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 203 200 190 0 0.01 0.06 0.20 46.15 0.11 0.77
Hex CB C8 BE 0 1 6 14 2E B 4D
Octal 313 310 276 0 1 6 24 56 13 115
Binary 11001011 11001000 10111110 0 1 110 10100 101110 1011 1001101

Color Harmonies of #CBC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC8BE

Black with #CBC8BE

Text Example


Text Example

White with #CBC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC8BE; }

 p { color: rgb(203,200,190); }

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

background-color css

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

 a { background-color: rgb(203,200,190); }

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

border-color css

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

 span { border-color: rgb(203,200,190); }

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