Html Css Color HEX #CBC398 Tahuna Sands

📋 copy color: '#CBC398'

red 203 ◦ green 195 ◦ blue 152

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

Shades of Tahuna Sands #CBC398

Tints of Tahuna Sands #CBC398

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.45%

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

R = 36.91%
G = 35.45%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBC398 (or 0xCBC398) is known color: Tahuna Sands. HEX triplet: CB, C3 and 98. RGB value is (203,195,152). Sum of RGB (Red+Green+Blue) = 203+195+152=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC398 is #343C67. Grayscale: #C0C0C0. Windows color (decimal): -3423336 or 10011595. OLE color: 10011595.

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

Color convert

RGB 203 195 152 -
CMYK 0 0.04 0.25 0.20
HSL 50.59º 0.33% 0.7% -
HSV(B) 50.59º 0.25% 0.8% -
XYZ 49.81 53.99 37.5 -
YUV 192.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 203 195 152 0 0.04 0.25 0.20 50.59 0.33 0.7
Hex CB C3 98 0 4 19 14 33 21 46
Octal 313 303 230 0 4 31 24 63 41 106
Binary 11001011 11000011 10011000 0 100 11001 10100 110011 100001 1000110

Color Harmonies of #CBC398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC398

Black with #CBC398

Text Example


Text Example

White with #CBC398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC398; }

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

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

background-color css

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

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

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

border-color css

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

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

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