Html Css Color HEX #CBC525 Barberry

📋 copy color: '#CBC525'

red 203 ◦ green 197 ◦ blue 37

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

Shades of Barberry #CBC525

Tints of Barberry #CBC525

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.08%

 BLUE value IS 37 (14.84% from 255) = 8.47%

R = 46.45%
G = 45.08%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBC525 (or 0xCBC525) is known color: Barberry. HEX triplet: CB, C5 and 25. RGB value is (203,197,37). Sum of RGB (Red+Green+Blue) = 203+197+37=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC525 is #343ADA. Grayscale: #B5B5B5. Windows color (decimal): -3422939 or 2475467. OLE color: 2475467.

HSL color Cylindrical-coordinate representation of color #CBC525: hue angle of 57.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBC525 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 37 -
CMYK 0 0.03 0.82 0.20
HSL 57.83º 0.69% 0.47% -
HSV(B) 57.83º 0.82% 0.8% -
XYZ 44.93 52.76 9.57 -
YUV 180.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 203 197 37 0 0.03 0.82 0.20 57.83 0.69 0.47
Hex CB C5 25 0 3 52 14 3A 45 2F
Octal 313 305 45 0 3 122 24 72 105 57
Binary 11001011 11000101 100101 0 11 1010010 10100 111010 1000101 101111

Color Harmonies of #CBC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC525

Black with #CBC525

Text Example


Text Example

White with #CBC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC525; }

 p { color: rgb(203,197,37); }

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

background-color css

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

 a { background-color: rgb(203,197,37); }

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

border-color css

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

 span { border-color: rgb(203,197,37); }

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