Html Css Color HEX #C8C32B Barberry

📋 copy color: '#C8C32B'

red 200 ◦ green 195 ◦ blue 43

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

Shades of Barberry #C8C32B

Tints of Barberry #C8C32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.52%

 BLUE value IS 43 (17.19% from 255) = 9.82%

R = 45.66%
G = 44.52%
B = 9.82%

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

#C8C32B (or 0xC8C32B) is known color: Barberry. HEX triplet: C8, C3 and 2B. RGB value is (200,195,43). Sum of RGB (Red+Green+Blue) = 200+195+43=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C32B is #373CD4. Grayscale: #B3B3B3. Windows color (decimal): -3620053 or 2868168. OLE color: 2868168.

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

Color convert

RGB 200 195 43 -
CMYK 0 0.02 0.78 0.22
HSL 58.09º 0.65% 0.48% -
HSV(B) 58.09º 0.79% 0.78% -
XYZ 43.77 51.48 9.92 -
YUV 179.17 51.16 142.86 -
System Red Green Blue C M Y K H S L
Decimal 200 195 43 0 0.02 0.78 0.22 58.09 0.65 0.48
Hex C8 C3 2B 0 2 4E 16 3A 41 30
Octal 310 303 53 0 2 116 26 72 101 60
Binary 11001000 11000011 101011 0 10 1001110 10110 111010 1000001 110000

Color Harmonies of #C8C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C32B

Black with #C8C32B

Text Example


Text Example

White with #C8C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C32B; }

 p { color: rgb(200,195,43); }

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

background-color css

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

 a { background-color: rgb(200,195,43); }

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

border-color css

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

 span { border-color: rgb(200,195,43); }

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