Html Css Color HEX #CFC49B Tahuna Sands

📋 copy color: '#CFC49B'

red 207 ◦ green 196 ◦ blue 155

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

Shades of Tahuna Sands #CFC49B

Tints of Tahuna Sands #CFC49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 155 (60.94% from 255) = 27.78%

R = 37.1%
G = 35.13%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFC49B (or 0xCFC49B) is known color: Tahuna Sands. HEX triplet: CF, C4 and 9B. RGB value is (207,196,155). Sum of RGB (Red+Green+Blue) = 207+196+155=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC49B is #303B64. Grayscale: #C2C2C2. Windows color (decimal): -3160933 or 10208463. OLE color: 10208463.

HSL color Cylindrical-coordinate representation of color #CFC49B: hue angle of 47.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFC49B is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 155 -
CMYK 0 0.05 0.25 0.19
HSL 47.31º 0.35% 0.71% -
HSV(B) 47.31º 0.25% 0.81% -
XYZ 51.39 55.11 38.94 -
YUV 194.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 207 196 155 0 0.05 0.25 0.19 47.31 0.35 0.71
Hex CF C4 9B 0 5 19 13 2F 23 47
Octal 317 304 233 0 5 31 23 57 43 107
Binary 11001111 11000100 10011011 0 101 11001 10011 101111 100011 1000111

Color Harmonies of #CFC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC49B

Black with #CFC49B

Text Example


Text Example

White with #CFC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC49B; }

 p { color: rgb(207,196,155); }

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

background-color css

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

 a { background-color: rgb(207,196,155); }

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

border-color css

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

 span { border-color: rgb(207,196,155); }

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