Html Css Color HEX #C8BD2A Barberry

📋 copy color: '#C8BD2A'

red 200 ◦ green 189 ◦ blue 42

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

Shades of Barberry #C8BD2A

Tints of Barberry #C8BD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.85%

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

R = 46.4%
G = 43.85%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8BD2A (or 0xC8BD2A) is known color: Barberry. HEX triplet: C8, BD and 2A. RGB value is (200,189,42). Sum of RGB (Red+Green+Blue) = 200+189+42=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD2A is #3742D5. Grayscale: #B0B0B0. Windows color (decimal): -3621590 or 2801096. OLE color: 2801096.

HSL color Cylindrical-coordinate representation of color #C8BD2A: hue angle of 55.82º 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 #C8BD2A is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 42 -
CMYK 0 0.06 0.79 0.22
HSL 55.82º 0.65% 0.47% -
HSV(B) 55.82º 0.79% 0.78% -
XYZ 42.43 48.84 9.38 -
YUV 175.53 52.64 145.45 -
System Red Green Blue C M Y K H S L
Decimal 200 189 42 0 0.06 0.79 0.22 55.82 0.65 0.47
Hex C8 BD 2A 0 6 4F 16 38 41 2F
Octal 310 275 52 0 6 117 26 70 101 57
Binary 11001000 10111101 101010 0 110 1001111 10110 111000 1000001 101111

Color Harmonies of #C8BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD2A

Black with #C8BD2A

Text Example


Text Example

White with #C8BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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