Html Css Color HEX #CEBB75 Yuma

📋 copy color: '#CEBB75'

red 206 ◦ green 187 ◦ blue 117

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

Shades of Yuma #CEBB75

Tints of Yuma #CEBB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

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

R = 40.39%
G = 36.67%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CEBB75 (or 0xCEBB75) is known color: Yuma. HEX triplet: CE, BB and 75. RGB value is (206,187,117). Sum of RGB (Red+Green+Blue) = 206+187+117=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBB75 is #31448A. Grayscale: #B9B9B9. Windows color (decimal): -3228811 or 7715790. OLE color: 7715790.

HSL color Cylindrical-coordinate representation of color #CEBB75: hue angle of 47.19º 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 #CEBB75 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 117 -
CMYK 0 0.09 0.43 0.19
HSL 47.19º 0.48% 0.63% -
HSV(B) 47.19º 0.43% 0.81% -
XYZ 46.43 49.95 24.02 -
YUV 184.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 206 187 117 0 0.09 0.43 0.19 47.19 0.48 0.63
Hex CE BB 75 0 9 2B 13 2F 30 3F
Octal 316 273 165 0 11 53 23 57 60 77
Binary 11001110 10111011 1110101 0 1001 101011 10011 101111 110000 111111

Color Harmonies of #CEBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBB75

Black with #CEBB75

Text Example


Text Example

White with #CEBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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