Html Css Color HEX #CFCBBA Quill Grey

📋 copy color: '#CFCBBA'

red 207 ◦ green 203 ◦ blue 186

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

Shades of Quill Grey #CFCBBA

Tints of Quill Grey #CFCBBA

RGB

 RED value IS 207 (81.25% from 255) = 34.73%

 GREEN value IS 203 (79.69% from 255) = 34.06%

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

R = 34.73%
G = 34.06%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFCBBA (or 0xCFCBBA) is known color: Quill Grey. HEX triplet: CF, CB and BA. RGB value is (207,203,186). Sum of RGB (Red+Green+Blue) = 207+203+186=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBBA is #303445. Grayscale: #CACACA. Windows color (decimal): -3159110 or 12241871. OLE color: 12241871.

HSL color Cylindrical-coordinate representation of color #CFCBBA: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCBBA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 203 186 -
CMYK 0 0.02 0.10 0.19
HSL 48.57º 0.18% 0.77% -
HSV(B) 48.57º 0.1% 0.81% -
XYZ 55.95 59.52 54.99 -
YUV 202.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 207 203 186 0 0.02 0.10 0.19 48.57 0.18 0.77
Hex CF CB BA 0 2 A 13 31 12 4D
Octal 317 313 272 0 2 12 23 61 22 115
Binary 11001111 11001011 10111010 0 10 1010 10011 110001 10010 1001101

Color Harmonies of #CFCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCBBA

Black with #CFCBBA

Text Example


Text Example

White with #CFCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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