Html Css Color HEX #CFC396 Tahuna Sands

📋 copy color: '#CFC396'

red 207 ◦ green 195 ◦ blue 150

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

Shades of Tahuna Sands #CFC396

Tints of Tahuna Sands #CFC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.33%

 BLUE value IS 150 (58.98% from 255) = 27.17%

R = 37.5%
G = 35.33%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CFC396 (or 0xCFC396) is known color: Tahuna Sands. HEX triplet: CF, C3 and 96. RGB value is (207,195,150). Sum of RGB (Red+Green+Blue) = 207+195+150=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC396 is #303C69. Grayscale: #C1C1C1. Windows color (decimal): -3161194 or 9880527. OLE color: 9880527.

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

Color convert

RGB 207 195 150 -
CMYK 0 0.06 0.28 0.19
HSL 47.37º 0.37% 0.7% -
HSV(B) 47.37º 0.28% 0.81% -
XYZ 50.75 54.5 36.7 -
YUV 193.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 207 195 150 0 0.06 0.28 0.19 47.37 0.37 0.7
Hex CF C3 96 0 6 1C 13 2F 25 46
Octal 317 303 226 0 6 34 23 57 45 106
Binary 11001111 11000011 10010110 0 110 11100 10011 101111 100101 1000110

Color Harmonies of #CFC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC396

Black with #CFC396

Text Example


Text Example

White with #CFC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC396; }

 p { color: rgb(207,195,150); }

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

background-color css

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

 a { background-color: rgb(207,195,150); }

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

border-color css

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

 span { border-color: rgb(207,195,150); }

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