Html Css Color HEX #CCB979 Yuma

📋 copy color: '#CCB979'

red 204 ◦ green 185 ◦ blue 121

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

Shades of Yuma #CCB979

Tints of Yuma #CCB979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.73%

R = 40%
G = 36.27%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCB979 (or 0xCCB979) is known color: Yuma. HEX triplet: CC, B9 and 79. RGB value is (204,185,121). Sum of RGB (Red+Green+Blue) = 204+185+121=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB979 is #334686. Grayscale: #B7B7B7. Windows color (decimal): -3360391 or 7977420. OLE color: 7977420.

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

Color convert

RGB 204 185 121 -
CMYK 0 0.09 0.41 0.2
HSL 46.27º 0.45% 0.64% -
HSV(B) 46.27º 0.41% 0.8% -
XYZ 45.7 48.92 25.12 -
YUV 183.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 204 185 121 0 0.09 0.41 0.2 46.27 0.45 0.64
Hex CC B9 79 0 9 29 14 2E 2D 40
Octal 314 271 171 0 11 51 24 56 55 100
Binary 11001100 10111001 1111001 0 1001 101001 10100 101110 101101 1000000

Color Harmonies of #CCB979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB979

Black with #CCB979

Text Example


Text Example

White with #CCB979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB979; }

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

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

background-color css

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

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

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

border-color css

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

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

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