Html Css Color HEX #C8C42D Barberry

📋 copy color: '#C8C42D'

red 200 ◦ green 196 ◦ blue 45

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

Shades of Barberry #C8C42D

Tints of Barberry #C8C42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.2%

R = 45.35%
G = 44.44%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8C42D (or 0xC8C42D) is known color: Barberry. HEX triplet: C8, C4 and 2D. RGB value is (200,196,45). Sum of RGB (Red+Green+Blue) = 200+196+45=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C42D is #373BD2. Grayscale: #B4B4B4. Windows color (decimal): -3619795 or 2999496. OLE color: 2999496.

HSL color Cylindrical-coordinate representation of color #C8C42D: hue angle of 58.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8C42D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 196 45 -
CMYK 0 0.02 0.78 0.22
HSL 58.45º 0.63% 0.48% -
HSV(B) 58.45º 0.78% 0.78% -
XYZ 44.03 51.95 10.19 -
YUV 179.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 200 196 45 0 0.02 0.78 0.22 58.45 0.63 0.48
Hex C8 C4 2D 0 2 4E 16 3A 3F 30
Octal 310 304 55 0 2 116 26 72 77 60
Binary 11001000 11000100 101101 0 10 1001110 10110 111010 111111 110000

Color Harmonies of #C8C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C42D

Black with #C8C42D

Text Example


Text Example

White with #C8C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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