Html Css Color HEX #CCB37E Yuma

📋 copy color: '#CCB37E'

red 204 ◦ green 179 ◦ blue 126

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

Shades of Yuma #CCB37E

Tints of Yuma #CCB37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.75%

R = 40.08%
G = 35.17%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCB37E (or 0xCCB37E) is known color: Yuma. HEX triplet: CC, B3 and 7E. RGB value is (204,179,126). Sum of RGB (Red+Green+Blue) = 204+179+126=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37E is #334C81. Grayscale: #B4B4B4. Windows color (decimal): -3361922 or 8303564. OLE color: 8303564.

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

Color convert

RGB 204 179 126 -
CMYK 0 0.12 0.38 0.2
HSL 40.77º 0.43% 0.65% -
HSV(B) 40.77º 0.38% 0.8% -
XYZ 44.79 46.58 26.37 -
YUV 180.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 204 179 126 0 0.12 0.38 0.2 40.77 0.43 0.65
Hex CC B3 7E 0 C 26 14 29 2B 41
Octal 314 263 176 0 14 46 24 51 53 101
Binary 11001100 10110011 1111110 0 1100 100110 10100 101001 101011 1000001

Color Harmonies of #CCB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB37E

Black with #CCB37E

Text Example


Text Example

White with #CCB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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