Html Css Color HEX #CBC325 Barberry

📋 copy color: '#CBC325'

red 203 ◦ green 195 ◦ blue 37

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

Shades of Barberry #CBC325

Tints of Barberry #CBC325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

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

R = 46.67%
G = 44.83%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBC325 (or 0xCBC325) is known color: Barberry. HEX triplet: CB, C3 and 25. RGB value is (203,195,37). Sum of RGB (Red+Green+Blue) = 203+195+37=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC325 is #343CDA. Grayscale: #B4B4B4. Windows color (decimal): -3423451 or 2474955. OLE color: 2474955.

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

Color convert

RGB 203 195 37 -
CMYK 0 0.04 0.82 0.20
HSL 57.11º 0.69% 0.47% -
HSV(B) 57.11º 0.82% 0.8% -
XYZ 44.48 51.86 9.42 -
YUV 179.38 47.65 144.85 -
System Red Green Blue C M Y K H S L
Decimal 203 195 37 0 0.04 0.82 0.20 57.11 0.69 0.47
Hex CB C3 25 0 4 52 14 39 45 2F
Octal 313 303 45 0 4 122 24 71 105 57
Binary 11001011 11000011 100101 0 100 1010010 10100 111001 1000101 101111

Color Harmonies of #CBC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC325

Black with #CBC325

Text Example


Text Example

White with #CBC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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