Html Css Color HEX #CB9225 Buttercup

📋 copy color: '#CB9225'

red 203 ◦ green 146 ◦ blue 37

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

Shades of Buttercup #CB9225

Tints of Buttercup #CB9225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

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

R = 52.59%
G = 37.82%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB9225 (or 0xCB9225) is known color: Buttercup. HEX triplet: CB, 92 and 25. RGB value is (203,146,37). Sum of RGB (Red+Green+Blue) = 203+146+37=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9225 is #346DDA. Grayscale: #979797. Windows color (decimal): -3435995 or 2462411. OLE color: 2462411.

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

Color convert

RGB 203 146 37 -
CMYK 0 0.28 0.82 0.20
HSL 39.4º 0.69% 0.47% -
HSV(B) 39.4º 0.82% 0.8% -
XYZ 35.24 33.39 6.34 -
YUV 150.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 203 146 37 0 0.28 0.82 0.20 39.4 0.69 0.47
Hex CB 92 25 0 1C 52 14 27 45 2F
Octal 313 222 45 0 34 122 24 47 105 57
Binary 11001011 10010010 100101 0 11100 1010010 10100 100111 1000101 101111

Color Harmonies of #CB9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9225

Black with #CB9225

Text Example


Text Example

White with #CB9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9225; }

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

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

background-color css

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

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

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

border-color css

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

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

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