Html Css Color HEX #CBC625 Barberry

📋 copy color: '#CBC625'

red 203 ◦ green 198 ◦ blue 37

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

Shades of Barberry #CBC625

Tints of Barberry #CBC625

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

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

R = 46.35%
G = 45.21%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBC625 (or 0xCBC625) is known color: Barberry. HEX triplet: CB, C6 and 25. RGB value is (203,198,37). Sum of RGB (Red+Green+Blue) = 203+198+37=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC625 is #3439DA. Grayscale: #B5B5B5. Windows color (decimal): -3422683 or 2475723. OLE color: 2475723.

HSL color Cylindrical-coordinate representation of color #CBC625: hue angle of 58.19º 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 #CBC625 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 37 -
CMYK 0 0.02 0.82 0.20
HSL 58.19º 0.69% 0.47% -
HSV(B) 58.19º 0.82% 0.8% -
XYZ 45.16 53.22 9.64 -
YUV 181.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 203 198 37 0 0.02 0.82 0.20 58.19 0.69 0.47
Hex CB C6 25 0 2 52 14 3A 45 2F
Octal 313 306 45 0 2 122 24 72 105 57
Binary 11001011 11000110 100101 0 10 1010010 10100 111010 1000101 101111

Color Harmonies of #CBC625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC625

Black with #CBC625

Text Example


Text Example

White with #CBC625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC625; }

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

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

background-color css

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

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

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

border-color css

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

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

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