Html Css Color HEX #CCB983 Yuma

📋 copy color: '#CCB983'

red 204 ◦ green 185 ◦ blue 131

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

Shades of Yuma #CCB983

Tints of Yuma #CCB983

RGB

 RED value IS 204 (80.08% from 255) = 39.23%

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

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 39.23%
G = 35.58%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCB983 (or 0xCCB983) is known color: Yuma. HEX triplet: CC, B9 and 83. RGB value is (204,185,131). Sum of RGB (Red+Green+Blue) = 204+185+131=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB983 is #33467C. Grayscale: #B8B8B8. Windows color (decimal): -3360381 or 8632780. OLE color: 8632780.

HSL color Cylindrical-coordinate representation of color #CCB983: hue angle of 44.38º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCB983 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 131 -
CMYK 0 0.09 0.36 0.2
HSL 44.38º 0.42% 0.66% -
HSV(B) 44.38º 0.36% 0.8% -
XYZ 46.35 49.17 28.52 -
YUV 184.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 204 185 131 0 0.09 0.36 0.2 44.38 0.42 0.66
Hex CC B9 83 0 9 24 14 2C 2A 42
Octal 314 271 203 0 11 44 24 54 52 102
Binary 11001100 10111001 10000011 0 1001 100100 10100 101100 101010 1000010

Color Harmonies of #CCB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB983

Black with #CCB983

Text Example


Text Example

White with #CCB983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB983; }

 p { color: rgb(204,185,131); }

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

background-color css

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

 a { background-color: rgb(204,185,131); }

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

border-color css

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

 span { border-color: rgb(204,185,131); }

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