Html Css Color HEX #CB931A Buddha Gold

📋 copy color: '#CB931A'

red 203 ◦ green 147 ◦ blue 26

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

Shades of Buddha Gold #CB931A

Tints of Buddha Gold #CB931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 26 (10.55% from 255) = 6.91%

R = 53.99%
G = 39.1%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB931A (or 0xCB931A) is known color: Buddha Gold. HEX triplet: CB, 93 and 1A. RGB value is (203,147,26). Sum of RGB (Red+Green+Blue) = 203+147+26=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB931A is #346CE5. Grayscale: #969696. Windows color (decimal): -3435750 or 1741771. OLE color: 1741771.

HSL color Cylindrical-coordinate representation of color #CB931A: hue angle of 41.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB931A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 147 26 -
CMYK 0 0.28 0.87 0.20
HSL 41.02º 0.77% 0.45% -
HSV(B) 41.02º 0.87% 0.8% -
XYZ 35.25 33.64 5.61 -
YUV 149.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 203 147 26 0 0.28 0.87 0.20 41.02 0.77 0.45
Hex CB 93 1A 0 1C 57 14 29 4D 2D
Octal 313 223 32 0 34 127 24 51 115 55
Binary 11001011 10010011 11010 0 11100 1010111 10100 101001 1001101 101101

Color Harmonies of #CB931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB931A

Black with #CB931A

Text Example


Text Example

White with #CB931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB931A; }

 p { color: rgb(203,147,26); }

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

background-color css

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

 a { background-color: rgb(203,147,26); }

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

border-color css

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

 span { border-color: rgb(203,147,26); }

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