Html Css Color HEX #CFCAC7 Swiss Coffee

📋 copy color: '#CFCAC7'

red 207 ◦ green 202 ◦ blue 199

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

Shades of Swiss Coffee #CFCAC7

Tints of Swiss Coffee #CFCAC7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.22%

 BLUE value IS 199 (78.13% from 255) = 32.73%

R = 34.05%
G = 33.22%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFCAC7 (or 0xCFCAC7) is known color: Swiss Coffee. HEX triplet: CF, CA and C7. RGB value is (207,202,199). Sum of RGB (Red+Green+Blue) = 207+202+199=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAC7 is #303538. Grayscale: #CBCBCB. Windows color (decimal): -3159353 or 13093583. OLE color: 13093583.

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

Color convert

RGB 207 202 199 -
CMYK 0 0.02 0.04 0.19
HSL 22.5º 0.08% 0.8% -
HSV(B) 22.5º 0.04% 0.81% -
XYZ 57.16 59.63 62.53 -
YUV 203.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 207 202 199 0 0.02 0.04 0.19 22.5 0.08 0.8
Hex CF CA C7 0 2 4 13 16 8 50
Octal 317 312 307 0 2 4 23 26 10 120
Binary 11001111 11001010 11000111 0 10 100 10011 10110 1000 1010000

Color Harmonies of #CFCAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAC7

Black with #CFCAC7

Text Example


Text Example

White with #CFCAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAC7; }

 p { color: rgb(207,202,199); }

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

background-color css

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

 a { background-color: rgb(207,202,199); }

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

border-color css

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

 span { border-color: rgb(207,202,199); }

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