Html Css Color HEX #CBB978 Yuma

📋 copy color: '#CBB978'

red 203 ◦ green 185 ◦ blue 120

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

Shades of Yuma #CBB978

Tints of Yuma #CBB978

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.42%

 BLUE value IS 120 (47.27% from 255) = 23.62%

R = 39.96%
G = 36.42%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBB978 (or 0xCBB978) is known color: Yuma. HEX triplet: CB, B9 and 78. RGB value is (203,185,120). Sum of RGB (Red+Green+Blue) = 203+185+120=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB978 is #344687. Grayscale: #B7B7B7. Windows color (decimal): -3425928 or 7911883. OLE color: 7911883.

HSL color Cylindrical-coordinate representation of color #CBB978: hue angle of 46.99º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBB978 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 120 -
CMYK 0 0.09 0.41 0.20
HSL 46.99º 0.44% 0.63% -
HSV(B) 46.99º 0.41% 0.8% -
XYZ 45.37 48.75 24.79 -
YUV 182.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 203 185 120 0 0.09 0.41 0.20 46.99 0.44 0.63
Hex CB B9 78 0 9 29 14 2F 2C 3F
Octal 313 271 170 0 11 51 24 57 54 77
Binary 11001011 10111001 1111000 0 1001 101001 10100 101111 101100 111111

Color Harmonies of #CBB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB978

Black with #CBB978

Text Example


Text Example

White with #CBB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB978; }

 p { color: rgb(203,185,120); }

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

background-color css

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

 a { background-color: rgb(203,185,120); }

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

border-color css

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

 span { border-color: rgb(203,185,120); }

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