Html Css Color HEX #CBC295 Tahuna Sands

📋 copy color: '#CBC295'

red 203 ◦ green 194 ◦ blue 149

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

Shades of Tahuna Sands #CBC295

Tints of Tahuna Sands #CBC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

 BLUE value IS 149 (58.59% from 255) = 27.29%

R = 37.18%
G = 35.53%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBC295 (or 0xCBC295) is known color: Tahuna Sands. HEX triplet: CB, C2 and 95. RGB value is (203,194,149). Sum of RGB (Red+Green+Blue) = 203+194+149=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC295 is #343D6A. Grayscale: #BFBFBF. Windows color (decimal): -3423595 or 9814731. OLE color: 9814731.

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

Color convert

RGB 203 194 149 -
CMYK 0 0.04 0.27 0.20
HSL 50º 0.34% 0.69% -
HSV(B) 50º 0.27% 0.8% -
XYZ 49.35 53.45 36.15 -
YUV 191.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 203 194 149 0 0.04 0.27 0.20 50 0.34 0.69
Hex CB C2 95 0 4 1B 14 32 22 45
Octal 313 302 225 0 4 33 24 62 42 105
Binary 11001011 11000010 10010101 0 100 11011 10100 110010 100010 1000101

Color Harmonies of #CBC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC295

Black with #CBC295

Text Example


Text Example

White with #CBC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC295; }

 p { color: rgb(203,194,149); }

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

background-color css

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

 a { background-color: rgb(203,194,149); }

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

border-color css

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

 span { border-color: rgb(203,194,149); }

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