Html Css Color HEX #CBC7BE Quill Grey

📋 copy color: '#CBC7BE'

red 203 ◦ green 199 ◦ blue 190

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

Shades of Quill Grey #CBC7BE

Tints of Quill Grey #CBC7BE

RGB

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

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

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

R = 34.29%
G = 33.61%
B = 32.09%

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

#CBC7BE (or 0xCBC7BE) is known color: Quill Grey. HEX triplet: CB, C7 and BE. RGB value is (203,199,190). Sum of RGB (Red+Green+Blue) = 203+199+190=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7BE is #343841. Grayscale: #C7C7C7. Windows color (decimal): -3422274 or 12502987. OLE color: 12502987.

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

Color convert

RGB 203 199 190 -
CMYK 0 0.02 0.06 0.20
HSL 41.54º 0.11% 0.77% -
HSV(B) 41.54º 0.06% 0.8% -
XYZ 54.35 57.26 56.9 -
YUV 199.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 203 199 190 0 0.02 0.06 0.20 41.54 0.11 0.77
Hex CB C7 BE 0 2 6 14 2A B 4D
Octal 313 307 276 0 2 6 24 52 13 115
Binary 11001011 11000111 10111110 0 10 110 10100 101010 1011 1001101

Color Harmonies of #CBC7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC7BE

Black with #CBC7BE

Text Example


Text Example

White with #CBC7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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