Html Css Color HEX #CCB37C Yuma

📋 copy color: '#CCB37C'

red 204 ◦ green 179 ◦ blue 124

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

Shades of Yuma #CCB37C

Tints of Yuma #CCB37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.46%

R = 40.24%
G = 35.31%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCB37C (or 0xCCB37C) is known color: Yuma. HEX triplet: CC, B3 and 7C. RGB value is (204,179,124). Sum of RGB (Red+Green+Blue) = 204+179+124=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37C is #334C83. Grayscale: #B4B4B4. Windows color (decimal): -3361924 or 8172492. OLE color: 8172492.

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

Color convert

RGB 204 179 124 -
CMYK 0 0.12 0.39 0.2
HSL 41.25º 0.44% 0.64% -
HSV(B) 41.25º 0.39% 0.8% -
XYZ 44.66 46.53 25.7 -
YUV 180.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 204 179 124 0 0.12 0.39 0.2 41.25 0.44 0.64
Hex CC B3 7C 0 C 27 14 29 2C 40
Octal 314 263 174 0 14 47 24 51 54 100
Binary 11001100 10110011 1111100 0 1100 100111 10100 101001 101100 1000000

Color Harmonies of #CCB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB37C

Black with #CCB37C

Text Example


Text Example

White with #CCB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB37C; }

 p { color: rgb(204,179,124); }

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

background-color css

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

 a { background-color: rgb(204,179,124); }

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

border-color css

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

 span { border-color: rgb(204,179,124); }

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