Html Css Color HEX #CBB977 Yuma

📋 copy color: '#CBB977'

red 203 ◦ green 185 ◦ blue 119

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

Shades of Yuma #CBB977

Tints of Yuma #CBB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 40.04%
G = 36.49%
B = 23.47%

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

#CBB977 (or 0xCBB977) is known color: Yuma. HEX triplet: CB, B9 and 77. RGB value is (203,185,119). Sum of RGB (Red+Green+Blue) = 203+185+119=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB977 is #344688. Grayscale: #B7B7B7. Windows color (decimal): -3425929 or 7846347. OLE color: 7846347.

HSL color Cylindrical-coordinate representation of color #CBB977: hue angle of 47.14º degrees, saturation: 0.45, 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 #CBB977 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 119 -
CMYK 0 0.09 0.41 0.20
HSL 47.14º 0.45% 0.63% -
HSV(B) 47.14º 0.41% 0.8% -
XYZ 45.31 48.73 24.47 -
YUV 182.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 203 185 119 0 0.09 0.41 0.20 47.14 0.45 0.63
Hex CB B9 77 0 9 29 14 2F 2D 3F
Octal 313 271 167 0 11 51 24 57 55 77
Binary 11001011 10111001 1110111 0 1001 101001 10100 101111 101101 111111

Color Harmonies of #CBB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB977

Black with #CBB977

Text Example


Text Example

White with #CBB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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