Html Css Color HEX #CFB193 Cashmere

📋 copy color: '#CFB193'

red 207 ◦ green 177 ◦ blue 147

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

Shades of Cashmere #CFB193

Tints of Cashmere #CFB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 38.98%
G = 33.33%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CFB193 (or 0xCFB193) is known color: Cashmere. HEX triplet: CF, B1 and 93. RGB value is (207,177,147). Sum of RGB (Red+Green+Blue) = 207+177+147=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB193 is #304E6C. Grayscale: #B6B6B6. Windows color (decimal): -3165805 or 9679311. OLE color: 9679311.

HSL color Cylindrical-coordinate representation of color #CFB193: hue angle of 30º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB193 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 147 -
CMYK 0 0.14 0.29 0.19
HSL 30º 0.38% 0.69% -
HSV(B) 30º 0.29% 0.81% -
XYZ 46.72 46.82 34.18 -
YUV 182.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 207 177 147 0 0.14 0.29 0.19 30 0.38 0.69
Hex CF B1 93 0 E 1D 13 1E 26 45
Octal 317 261 223 0 16 35 23 36 46 105
Binary 11001111 10110001 10010011 0 1110 11101 10011 11110 100110 1000101

Color Harmonies of #CFB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB193

Black with #CFB193

Text Example


Text Example

White with #CFB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB193; }

 p { color: rgb(207,177,147); }

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

background-color css

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

 a { background-color: rgb(207,177,147); }

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

border-color css

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

 span { border-color: rgb(207,177,147); }

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