Html Css Color HEX #CBC498 Tahuna Sands

📋 copy color: '#CBC498'

red 203 ◦ green 196 ◦ blue 152

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

Shades of Tahuna Sands #CBC498

Tints of Tahuna Sands #CBC498

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.57%

 BLUE value IS 152 (59.77% from 255) = 27.59%

R = 36.84%
G = 35.57%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBC498 (or 0xCBC498) is known color: Tahuna Sands. HEX triplet: CB, C4 and 98. RGB value is (203,196,152). Sum of RGB (Red+Green+Blue) = 203+196+152=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC498 is #343B67. Grayscale: #C1C1C1. Windows color (decimal): -3423080 or 10011851. OLE color: 10011851.

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

Color convert

RGB 203 196 152 -
CMYK 0 0.03 0.25 0.20
HSL 51.76º 0.33% 0.7% -
HSV(B) 51.76º 0.25% 0.8% -
XYZ 50.04 54.44 37.58 -
YUV 193.08 104.82 135.08 -
System Red Green Blue C M Y K H S L
Decimal 203 196 152 0 0.03 0.25 0.20 51.76 0.33 0.7
Hex CB C4 98 0 3 19 14 34 21 46
Octal 313 304 230 0 3 31 24 64 41 106
Binary 11001011 11000100 10011000 0 11 11001 10100 110100 100001 1000110

Color Harmonies of #CBC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC498

Black with #CBC498

Text Example


Text Example

White with #CBC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC498; }

 p { color: rgb(203,196,152); }

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

background-color css

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

 a { background-color: rgb(203,196,152); }

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

border-color css

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

 span { border-color: rgb(203,196,152); }

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