Html Css Color HEX #CEBC2A Barberry

📋 copy color: '#CEBC2A'

red 206 ◦ green 188 ◦ blue 42

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

Shades of Barberry #CEBC2A

Tints of Barberry #CEBC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.63%

R = 47.25%
G = 43.12%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEBC2A (or 0xCEBC2A) is known color: Barberry. HEX triplet: CE, BC and 2A. RGB value is (206,188,42). Sum of RGB (Red+Green+Blue) = 206+188+42=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC2A is #3143D5. Grayscale: #B1B1B1. Windows color (decimal): -3228630 or 2800846. OLE color: 2800846.

HSL color Cylindrical-coordinate representation of color #CEBC2A: hue angle of 53.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEBC2A is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 42 -
CMYK 0 0.09 0.80 0.19
HSL 53.41º 0.66% 0.49% -
HSV(B) 53.41º 0.8% 0.81% -
XYZ 43.85 49.26 9.39 -
YUV 176.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 206 188 42 0 0.09 0.80 0.19 53.41 0.66 0.49
Hex CE BC 2A 0 9 50 13 35 42 31
Octal 316 274 52 0 11 120 23 65 102 61
Binary 11001110 10111100 101010 0 1001 1010000 10011 110101 1000010 110001

Color Harmonies of #CEBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC2A

Black with #CEBC2A

Text Example


Text Example

White with #CEBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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