Html Css Color HEX #CEBA75 Yuma

📋 copy color: '#CEBA75'

red 206 ◦ green 186 ◦ blue 117

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

Shades of Yuma #CEBA75

Tints of Yuma #CEBA75

RGB

 RED value IS 206 (80.86% from 255) = 40.47%

 GREEN value IS 186 (73.05% from 255) = 36.54%

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 40.47%
G = 36.54%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEBA75 (or 0xCEBA75) is known color: Yuma. HEX triplet: CE, BA and 75. RGB value is (206,186,117). Sum of RGB (Red+Green+Blue) = 206+186+117=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA75 is #31458A. Grayscale: #B8B8B8. Windows color (decimal): -3229067 or 7715534. OLE color: 7715534.

HSL color Cylindrical-coordinate representation of color #CEBA75: hue angle of 46.52º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEBA75 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 117 -
CMYK 0 0.10 0.43 0.19
HSL 46.52º 0.48% 0.63% -
HSV(B) 46.52º 0.43% 0.81% -
XYZ 46.22 49.52 23.95 -
YUV 184.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 206 186 117 0 0.10 0.43 0.19 46.52 0.48 0.63
Hex CE BA 75 0 A 2B 13 2F 30 3F
Octal 316 272 165 0 12 53 23 57 60 77
Binary 11001110 10111010 1110101 0 1010 101011 10011 101111 110000 111111

Color Harmonies of #CEBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA75

Black with #CEBA75

Text Example


Text Example

White with #CEBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA75; }

 p { color: rgb(206,186,117); }

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

background-color css

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

 a { background-color: rgb(206,186,117); }

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

border-color css

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

 span { border-color: rgb(206,186,117); }

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