Html Css Color HEX #CBC320 Barberry

📋 copy color: '#CBC320'

red 203 ◦ green 195 ◦ blue 32

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

Shades of Barberry #CBC320

Tints of Barberry #CBC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.44%

R = 47.21%
G = 45.35%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBC320 (or 0xCBC320) is known color: Barberry. HEX triplet: CB, C3 and 20. RGB value is (203,195,32). Sum of RGB (Red+Green+Blue) = 203+195+32=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC320 is #343CDF. Grayscale: #B3B3B3. Windows color (decimal): -3423456 or 2147275. OLE color: 2147275.

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

Color convert

RGB 203 195 32 -
CMYK 0 0.04 0.84 0.20
HSL 57.19º 0.73% 0.46% -
HSV(B) 57.19º 0.84% 0.8% -
XYZ 44.4 51.83 9.03 -
YUV 178.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 203 195 32 0 0.04 0.84 0.20 57.19 0.73 0.46
Hex CB C3 20 0 4 54 14 39 49 2E
Octal 313 303 40 0 4 124 24 71 111 56
Binary 11001011 11000011 100000 0 100 1010100 10100 111001 1001001 101110

Color Harmonies of #CBC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC320

Black with #CBC320

Text Example


Text Example

White with #CBC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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