Html Css Color HEX #CFC69B Tahuna Sands

📋 copy color: '#CFC69B'

red 207 ◦ green 198 ◦ blue 155

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

Shades of Tahuna Sands #CFC69B

Tints of Tahuna Sands #CFC69B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

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

R = 36.96%
G = 35.36%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFC69B (or 0xCFC69B) is known color: Tahuna Sands. HEX triplet: CF, C6 and 9B. RGB value is (207,198,155). Sum of RGB (Red+Green+Blue) = 207+198+155=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC69B is #303964. Grayscale: #C3C3C3. Windows color (decimal): -3160421 or 10208975. OLE color: 10208975.

HSL color Cylindrical-coordinate representation of color #CFC69B: hue angle of 49.62º 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 #CFC69B is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 155 -
CMYK 0 0.04 0.25 0.19
HSL 49.62º 0.35% 0.71% -
HSV(B) 49.62º 0.25% 0.81% -
XYZ 51.84 56.02 39.09 -
YUV 195.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 207 198 155 0 0.04 0.25 0.19 49.62 0.35 0.71
Hex CF C6 9B 0 4 19 13 32 23 47
Octal 317 306 233 0 4 31 23 62 43 107
Binary 11001111 11000110 10011011 0 100 11001 10011 110010 100011 1000111

Color Harmonies of #CFC69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC69B

Black with #CFC69B

Text Example


Text Example

White with #CFC69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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