Html Css Color HEX #CBB384 Yuma

📋 copy color: '#CBB384'

red 203 ◦ green 179 ◦ blue 132

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

Shades of Yuma #CBB384

Tints of Yuma #CBB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.82%

 BLUE value IS 132 (51.95% from 255) = 25.68%

R = 39.49%
G = 34.82%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CBB384 (or 0xCBB384) is known color: Yuma. HEX triplet: CB, B3 and 84. RGB value is (203,179,132). Sum of RGB (Red+Green+Blue) = 203+179+132=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB384 is #344C7B. Grayscale: #B5B5B5. Windows color (decimal): -3427452 or 8696779. OLE color: 8696779.

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

Color convert

RGB 203 179 132 -
CMYK 0 0.12 0.35 0.20
HSL 39.72º 0.41% 0.66% -
HSV(B) 39.72º 0.35% 0.8% -
XYZ 44.91 46.6 28.46 -
YUV 180.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 203 179 132 0 0.12 0.35 0.20 39.72 0.41 0.66
Hex CB B3 84 0 C 23 14 28 29 42
Octal 313 263 204 0 14 43 24 50 51 102
Binary 11001011 10110011 10000100 0 1100 100011 10100 101000 101001 1000010

Color Harmonies of #CBB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB384

Black with #CBB384

Text Example


Text Example

White with #CBB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB384; }

 p { color: rgb(203,179,132); }

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

background-color css

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

 a { background-color: rgb(203,179,132); }

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

border-color css

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

 span { border-color: rgb(203,179,132); }

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