Html Css Color HEX #CBC596 Tahuna Sands

📋 copy color: '#CBC596'

red 203 ◦ green 197 ◦ blue 150

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

Shades of Tahuna Sands #CBC596

Tints of Tahuna Sands #CBC596

RGB

 RED value IS 203 (79.69% from 255) = 36.91%

 GREEN value IS 197 (77.34% from 255) = 35.82%

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

R = 36.91%
G = 35.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBC596 (or 0xCBC596) is known color: Tahuna Sands. HEX triplet: CB, C5 and 96. RGB value is (203,197,150). Sum of RGB (Red+Green+Blue) = 203+197+150=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC596 is #343A69. Grayscale: #C1C1C1. Windows color (decimal): -3422826 or 9881035. OLE color: 9881035.

HSL color Cylindrical-coordinate representation of color #CBC596: hue angle of 53.21º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBC596 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 150 -
CMYK 0 0.03 0.26 0.20
HSL 53.21º 0.34% 0.69% -
HSV(B) 53.21º 0.26% 0.8% -
XYZ 50.1 54.83 36.8 -
YUV 193.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 203 197 150 0 0.03 0.26 0.20 53.21 0.34 0.69
Hex CB C5 96 0 3 1A 14 35 22 45
Octal 313 305 226 0 3 32 24 65 42 105
Binary 11001011 11000101 10010110 0 11 11010 10100 110101 100010 1000101

Color Harmonies of #CBC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC596

Black with #CBC596

Text Example


Text Example

White with #CBC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC596; }

 p { color: rgb(203,197,150); }

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

background-color css

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

 a { background-color: rgb(203,197,150); }

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

border-color css

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

 span { border-color: rgb(203,197,150); }

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