Html Css Color HEX #CFCA9C Tahuna Sands

📋 copy color: '#CFCA9C'

red 207 ◦ green 202 ◦ blue 156

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

Shades of Tahuna Sands #CFCA9C

Tints of Tahuna Sands #CFCA9C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.75%

 BLUE value IS 156 (61.33% from 255) = 27.61%

R = 36.64%
G = 35.75%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CFCA9C (or 0xCFCA9C) is known color: Tahuna Sands. HEX triplet: CF, CA and 9C. RGB value is (207,202,156). Sum of RGB (Red+Green+Blue) = 207+202+156=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA9C is #303563. Grayscale: #C6C6C6. Windows color (decimal): -3159396 or 10275535. OLE color: 10275535.

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

Color convert

RGB 207 202 156 -
CMYK 0 0.02 0.25 0.19
HSL 54.12º 0.35% 0.71% -
HSV(B) 54.12º 0.25% 0.81% -
XYZ 52.85 57.91 39.84 -
YUV 198.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 207 202 156 0 0.02 0.25 0.19 54.12 0.35 0.71
Hex CF CA 9C 0 2 19 13 36 23 47
Octal 317 312 234 0 2 31 23 66 43 107
Binary 11001111 11001010 10011100 0 10 11001 10011 110110 100011 1000111

Color Harmonies of #CFCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA9C

Black with #CFCA9C

Text Example


Text Example

White with #CFCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA9C; }

 p { color: rgb(207,202,156); }

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

background-color css

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

 a { background-color: rgb(207,202,156); }

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

border-color css

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

 span { border-color: rgb(207,202,156); }

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