Html Css Color HEX #CEBC7D Yuma

📋 copy color: '#CEBC7D'

red 206 ◦ green 188 ◦ blue 125

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

Shades of Yuma #CEBC7D

Tints of Yuma #CEBC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 125 (49.22% from 255) = 24.08%

R = 39.69%
G = 36.22%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CEBC7D (or 0xCEBC7D) is known color: Yuma. HEX triplet: CE, BC and 7D. RGB value is (206,188,125). Sum of RGB (Red+Green+Blue) = 206+188+125=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC7D is #314382. Grayscale: #BABABA. Windows color (decimal): -3228547 or 8240334. OLE color: 8240334.

HSL color Cylindrical-coordinate representation of color #CEBC7D: hue angle of 46.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEBC7D is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 125 -
CMYK 0 0.09 0.39 0.19
HSL 46.67º 0.45% 0.65% -
HSV(B) 46.67º 0.39% 0.81% -
XYZ 47.14 50.57 26.68 -
YUV 186.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 206 188 125 0 0.09 0.39 0.19 46.67 0.45 0.65
Hex CE BC 7D 0 9 27 13 2F 2D 41
Octal 316 274 175 0 11 47 23 57 55 101
Binary 11001110 10111100 1111101 0 1001 100111 10011 101111 101101 1000001

Color Harmonies of #CEBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC7D

Black with #CEBC7D

Text Example


Text Example

White with #CEBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC7D; }

 p { color: rgb(206,188,125); }

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

background-color css

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

 a { background-color: rgb(206,188,125); }

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

border-color css

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

 span { border-color: rgb(206,188,125); }

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