Html Css Color HEX #C8C42A Barberry

📋 copy color: '#C8C42A'

red 200 ◦ green 196 ◦ blue 42

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

Shades of Barberry #C8C42A

Tints of Barberry #C8C42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

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

R = 45.66%
G = 44.75%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8C42A (or 0xC8C42A) is known color: Barberry. HEX triplet: C8, C4 and 2A. RGB value is (200,196,42). Sum of RGB (Red+Green+Blue) = 200+196+42=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C42A is #373BD5. Grayscale: #B4B4B4. Windows color (decimal): -3619798 or 2802888. OLE color: 2802888.

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

Color convert

RGB 200 196 42 -
CMYK 0 0.02 0.79 0.22
HSL 58.48º 0.65% 0.47% -
HSV(B) 58.48º 0.79% 0.78% -
XYZ 43.98 51.93 9.9 -
YUV 179.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 200 196 42 0 0.02 0.79 0.22 58.48 0.65 0.47
Hex C8 C4 2A 0 2 4F 16 3A 41 2F
Octal 310 304 52 0 2 117 26 72 101 57
Binary 11001000 11000100 101010 0 10 1001111 10110 111010 1000001 101111

Color Harmonies of #C8C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C42A

Black with #C8C42A

Text Example


Text Example

White with #C8C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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