Html Css Color HEX #CFD9C5 Ottoman

📋 copy color: '#CFD9C5'

red 207 ◦ green 217 ◦ blue 197

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

Shades of Ottoman #CFD9C5

Tints of Ottoman #CFD9C5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.94%

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 33.33%
G = 34.94%
B = 31.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#CFD9C5 (or 0xCFD9C5) is known color: Ottoman. HEX triplet: CF, D9 and C5. RGB value is (207,217,197). Sum of RGB (Red+Green+Blue) = 207+217+197=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9C5 is #30263A. Grayscale: #D3D3D3. Windows color (decimal): -3155515 or 12966351. OLE color: 12966351.

HSL color Cylindrical-coordinate representation of color #CFD9C5: hue angle of 90º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFD9C5 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 197 -
CMYK 0.05 0 0.09 0.15
HSL 90º 0.21% 0.81% -
HSV(B) 90º 0.09% 0.85% -
XYZ 60.62 66.92 62.55 -
YUV 211.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 207 217 197 0.05 0 0.09 0.15 90 0.21 0.81
Hex CF D9 C5 5 0 9 F 5A 15 51
Octal 317 331 305 5 0 11 17 132 25 121
Binary 11001111 11011001 11000101 101 0 1001 1111 1011010 10101 1010001

Color Harmonies of #CFD9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD9C5

Black with #CFD9C5

Text Example


Text Example

White with #CFD9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD9C5; }

 p { color: rgb(207,217,197); }

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

background-color css

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

 a { background-color: rgb(207,217,197); }

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

border-color css

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

 span { border-color: rgb(207,217,197); }

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