Html Css Color HEX #CBC328 Barberry

📋 copy color: '#CBC328'

red 203 ◦ green 195 ◦ blue 40

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

Shades of Barberry #CBC328

Tints of Barberry #CBC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.13%

R = 46.35%
G = 44.52%
B = 9.13%

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

#CBC328 (or 0xCBC328) is known color: Barberry. HEX triplet: CB, C3 and 28. RGB value is (203,195,40). Sum of RGB (Red+Green+Blue) = 203+195+40=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC328 is #343CD7. Grayscale: #B4B4B4. Windows color (decimal): -3423448 or 2671563. OLE color: 2671563.

HSL color Cylindrical-coordinate representation of color #CBC328: hue angle of 57.06º degrees, saturation: 0.67, 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 #CBC328 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 195 40 -
CMYK 0 0.04 0.80 0.20
HSL 57.06º 0.67% 0.48% -
HSV(B) 57.06º 0.8% 0.8% -
XYZ 44.53 51.88 9.67 -
YUV 179.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 203 195 40 0 0.04 0.80 0.20 57.06 0.67 0.48
Hex CB C3 28 0 4 50 14 39 43 30
Octal 313 303 50 0 4 120 24 71 103 60
Binary 11001011 11000011 101000 0 100 1010000 10100 111001 1000011 110000

Color Harmonies of #CBC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC328

Black with #CBC328

Text Example


Text Example

White with #CBC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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