Html Css Color HEX #CBC594 Tahuna Sands

📋 copy color: '#CBC594'

red 203 ◦ green 197 ◦ blue 148

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

Shades of Tahuna Sands #CBC594

Tints of Tahuna Sands #CBC594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 37.04%
G = 35.95%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBC594 (or 0xCBC594) is known color: Tahuna Sands. HEX triplet: CB, C5 and 94. RGB value is (203,197,148). Sum of RGB (Red+Green+Blue) = 203+197+148=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC594 is #343A6B. Grayscale: #C1C1C1. Windows color (decimal): -3422828 or 9749963. OLE color: 9749963.

HSL color Cylindrical-coordinate representation of color #CBC594: hue angle of 53.45º degrees, saturation: 0.35, 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 #CBC594 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 148 -
CMYK 0 0.03 0.27 0.20
HSL 53.45º 0.35% 0.69% -
HSV(B) 53.45º 0.27% 0.8% -
XYZ 49.94 54.77 35.96 -
YUV 193.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 203 197 148 0 0.03 0.27 0.20 53.45 0.35 0.69
Hex CB C5 94 0 3 1B 14 35 23 45
Octal 313 305 224 0 3 33 24 65 43 105
Binary 11001011 11000101 10010100 0 11 11011 10100 110101 100011 1000101

Color Harmonies of #CBC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC594

Black with #CBC594

Text Example


Text Example

White with #CBC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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