Html Css Color HEX #CCBE20 Barberry

📋 copy color: '#CCBE20'

red 204 ◦ green 190 ◦ blue 32

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

Shades of Barberry #CCBE20

Tints of Barberry #CCBE20

RGB

 RED value IS 204 (80.08% from 255) = 47.89%

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 47.89%
G = 44.6%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CCBE20 (or 0xCCBE20) is known color: Barberry. HEX triplet: CC, BE and 20. RGB value is (204,190,32). Sum of RGB (Red+Green+Blue) = 204+190+32=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE20 is #3341DF. Grayscale: #B0B0B0. Windows color (decimal): -3359200 or 2145996. OLE color: 2145996.

HSL color Cylindrical-coordinate representation of color #CCBE20: hue angle of 55.12º 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 #CCBE20 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 32 -
CMYK 0 0.07 0.84 0.2
HSL 55.12º 0.73% 0.46% -
HSV(B) 55.12º 0.84% 0.8% -
XYZ 43.58 49.77 8.68 -
YUV 176.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 204 190 32 0 0.07 0.84 0.2 55.12 0.73 0.46
Hex CC BE 20 0 7 54 14 37 49 2E
Octal 314 276 40 0 7 124 24 67 111 56
Binary 11001100 10111110 100000 0 111 1010100 10100 110111 1001001 101110

Color Harmonies of #CCBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE20

Black with #CCBE20

Text Example


Text Example

White with #CCBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE20; }

 p { color: rgb(204,190,32); }

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

background-color css

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

 a { background-color: rgb(204,190,32); }

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

border-color css

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

 span { border-color: rgb(204,190,32); }

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