Html Css Color HEX #C8BE2A Barberry

📋 copy color: '#C8BE2A'

red 200 ◦ green 190 ◦ blue 42

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

Shades of Barberry #C8BE2A

Tints of Barberry #C8BE2A

RGB

 RED value IS 200 (78.52% from 255) = 46.3%

 GREEN value IS 190 (74.61% from 255) = 43.98%

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

R = 46.3%
G = 43.98%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8BE2A (or 0xC8BE2A) is known color: Barberry. HEX triplet: C8, BE and 2A. RGB value is (200,190,42). Sum of RGB (Red+Green+Blue) = 200+190+42=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE2A is #3741D5. Grayscale: #B0B0B0. Windows color (decimal): -3621334 or 2801352. OLE color: 2801352.

HSL color Cylindrical-coordinate representation of color #C8BE2A: hue angle of 56.2º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8BE2A is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 42 -
CMYK 0 0.05 0.79 0.22
HSL 56.2º 0.65% 0.47% -
HSV(B) 56.2º 0.79% 0.78% -
XYZ 42.65 49.27 9.45 -
YUV 176.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 200 190 42 0 0.05 0.79 0.22 56.2 0.65 0.47
Hex C8 BE 2A 0 5 4F 16 38 41 2F
Octal 310 276 52 0 5 117 26 70 101 57
Binary 11001000 10111110 101010 0 101 1001111 10110 111000 1000001 101111

Color Harmonies of #C8BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE2A

Black with #C8BE2A

Text Example


Text Example

White with #C8BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE2A; }

 p { color: rgb(200,190,42); }

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

background-color css

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

 a { background-color: rgb(200,190,42); }

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

border-color css

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

 span { border-color: rgb(200,190,42); }

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