Html Css Color HEX #CBC6BA Quill Grey

📋 copy color: '#CBC6BA'

red 203 ◦ green 198 ◦ blue 186

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

Shades of Quill Grey #CBC6BA

Tints of Quill Grey #CBC6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

 BLUE value IS 186 (73.05% from 255) = 31.69%

R = 34.58%
G = 33.73%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CBC6BA (or 0xCBC6BA) is known color: Quill Grey. HEX triplet: CB, C6 and BA. RGB value is (203,198,186). Sum of RGB (Red+Green+Blue) = 203+198+186=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6BA is #343945. Grayscale: #C6C6C6. Windows color (decimal): -3422534 or 12240587. OLE color: 12240587.

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

Color convert

RGB 203 198 186 -
CMYK 0 0.02 0.08 0.20
HSL 42.35º 0.14% 0.76% -
HSV(B) 42.35º 0.08% 0.8% -
XYZ 53.69 56.63 54.56 -
YUV 198.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 203 198 186 0 0.02 0.08 0.20 42.35 0.14 0.76
Hex CB C6 BA 0 2 8 14 2A E 4C
Octal 313 306 272 0 2 10 24 52 16 114
Binary 11001011 11000110 10111010 0 10 1000 10100 101010 1110 1001100

Color Harmonies of #CBC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC6BA

Black with #CBC6BA

Text Example


Text Example

White with #CBC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC6BA; }

 p { color: rgb(203,198,186); }

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

background-color css

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

 a { background-color: rgb(203,198,186); }

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

border-color css

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

 span { border-color: rgb(203,198,186); }

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