Html Css Color HEX #CBC329 Barberry

📋 copy color: '#CBC329'

red 203 ◦ green 195 ◦ blue 41

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

Shades of Barberry #CBC329

Tints of Barberry #CBC329

RGB

 RED value IS 203 (79.69% from 255) = 46.24%

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

 BLUE value IS 41 (16.41% from 255) = 9.34%

R = 46.24%
G = 44.42%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC329 (or 0xCBC329) is known color: Barberry. HEX triplet: CB, C3 and 29. RGB value is (203,195,41). Sum of RGB (Red+Green+Blue) = 203+195+41=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC329 is #343CD6. Grayscale: #B4B4B4. Windows color (decimal): -3423447 or 2737099. OLE color: 2737099.

HSL color Cylindrical-coordinate representation of color #CBC329: hue angle of 57.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBC329 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 195 41 -
CMYK 0 0.04 0.80 0.20
HSL 57.04º 0.66% 0.48% -
HSV(B) 57.04º 0.8% 0.8% -
XYZ 44.54 51.89 9.77 -
YUV 179.84 49.65 144.52 -
System Red Green Blue C M Y K H S L
Decimal 203 195 41 0 0.04 0.80 0.20 57.04 0.66 0.48
Hex CB C3 29 0 4 50 14 39 42 30
Octal 313 303 51 0 4 120 24 71 102 60
Binary 11001011 11000011 101001 0 100 1010000 10100 111001 1000010 110000

Color Harmonies of #CBC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC329

Black with #CBC329

Text Example


Text Example

White with #CBC329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC329; }

 p { color: rgb(203,195,41); }

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

background-color css

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

 a { background-color: rgb(203,195,41); }

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

border-color css

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

 span { border-color: rgb(203,195,41); }

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