Html Css Color HEX #CFB098 Cashmere

📋 copy color: '#CFB098'

red 207 ◦ green 176 ◦ blue 152

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

Shades of Cashmere #CFB098

Tints of Cashmere #CFB098

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.9%

 BLUE value IS 152 (59.77% from 255) = 28.41%

R = 38.69%
G = 32.9%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CFB098 (or 0xCFB098) is known color: Cashmere. HEX triplet: CF, B0 and 98. RGB value is (207,176,152). Sum of RGB (Red+Green+Blue) = 207+176+152=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB098 is #304F67. Grayscale: #B6B6B6. Windows color (decimal): -3166056 or 10006735. OLE color: 10006735.

HSL color Cylindrical-coordinate representation of color #CFB098: hue angle of 26.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFB098 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 152 -
CMYK 0 0.15 0.27 0.19
HSL 26.18º 0.36% 0.7% -
HSV(B) 26.18º 0.27% 0.81% -
XYZ 46.92 46.58 36.22 -
YUV 182.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 207 176 152 0 0.15 0.27 0.19 26.18 0.36 0.7
Hex CF B0 98 0 F 1B 13 1A 24 46
Octal 317 260 230 0 17 33 23 32 44 106
Binary 11001111 10110000 10011000 0 1111 11011 10011 11010 100100 1000110

Color Harmonies of #CFB098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB098

Black with #CFB098

Text Example


Text Example

White with #CFB098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB098; }

 p { color: rgb(207,176,152); }

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

background-color css

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

 a { background-color: rgb(207,176,152); }

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

border-color css

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

 span { border-color: rgb(207,176,152); }

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