Html Css Color HEX #CCBE2C Barberry

📋 copy color: '#CCBE2C'

red 204 ◦ green 190 ◦ blue 44

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

Shades of Barberry #CCBE2C

Tints of Barberry #CCBE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.05%

R = 46.58%
G = 43.38%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCBE2C (or 0xCCBE2C) is known color: Barberry. HEX triplet: CC, BE and 2C. RGB value is (204,190,44). Sum of RGB (Red+Green+Blue) = 204+190+44=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE2C is #3341D3. Grayscale: #B2B2B2. Windows color (decimal): -3359188 or 2932428. OLE color: 2932428.

HSL color Cylindrical-coordinate representation of color #CCBE2C: hue angle of 54.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBE2C is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 44 -
CMYK 0 0.07 0.78 0.2
HSL 54.75º 0.65% 0.49% -
HSV(B) 54.75º 0.78% 0.8% -
XYZ 43.77 49.85 9.7 -
YUV 177.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 204 190 44 0 0.07 0.78 0.2 54.75 0.65 0.49
Hex CC BE 2C 0 7 4E 14 37 41 31
Octal 314 276 54 0 7 116 24 67 101 61
Binary 11001100 10111110 101100 0 111 1001110 10100 110111 1000001 110001

Color Harmonies of #CCBE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE2C

Black with #CCBE2C

Text Example


Text Example

White with #CCBE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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