Html Css Color HEX #CCC92E Barberry

📋 copy color: '#CCC92E'

red 204 ◦ green 201 ◦ blue 46

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

Shades of Barberry #CCC92E

Tints of Barberry #CCC92E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.57%

 BLUE value IS 46 (18.36% from 255) = 10.2%

R = 45.23%
G = 44.57%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC92E (or 0xCCC92E) is known color: Barberry. HEX triplet: CC, C9 and 2E. RGB value is (204,201,46). Sum of RGB (Red+Green+Blue) = 204+201+46=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 46 (18.36% from 255 or 10.20% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC92E is #3336D1. Grayscale: #B8B8B8. Windows color (decimal): -3356370 or 3066316. OLE color: 3066316.

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

Color convert

RGB 204 201 46 -
CMYK 0 0.01 0.77 0.2
HSL 58.86º 0.63% 0.49% -
HSV(B) 58.86º 0.77% 0.8% -
XYZ 46.28 54.81 10.72 -
YUV 184.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 204 201 46 0 0.01 0.77 0.2 58.86 0.63 0.49
Hex CC C9 2E 0 1 4D 14 3B 3F 31
Octal 314 311 56 0 1 115 24 73 77 61
Binary 11001100 11001001 101110 0 1 1001101 10100 111011 111111 110001

Color Harmonies of #CCC92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC92E

Black with #CCC92E

Text Example


Text Example

White with #CCC92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC92E; }

 p { color: rgb(204,201,46); }

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

background-color css

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

 a { background-color: rgb(204,201,46); }

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

border-color css

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

 span { border-color: rgb(204,201,46); }

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