Html Css Color HEX #CB921A Buddha Gold

📋 copy color: '#CB921A'

red 203 ◦ green 146 ◦ blue 26

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

Shades of Buddha Gold #CB921A

Tints of Buddha Gold #CB921A

RGB

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

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

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

R = 54.13%
G = 38.93%
B = 6.93%

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

#CB921A (or 0xCB921A) is known color: Buddha Gold. HEX triplet: CB, 92 and 1A. RGB value is (203,146,26). Sum of RGB (Red+Green+Blue) = 203+146+26=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB921A is #346DE5. Grayscale: #959595. Windows color (decimal): -3436006 or 1741515. OLE color: 1741515.

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

Color convert

RGB 203 146 26 -
CMYK 0 0.28 0.87 0.20
HSL 40.68º 0.77% 0.45% -
HSV(B) 40.68º 0.87% 0.8% -
XYZ 35.09 33.33 5.56 -
YUV 149.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 203 146 26 0 0.28 0.87 0.20 40.68 0.77 0.45
Hex CB 92 1A 0 1C 57 14 29 4D 2D
Octal 313 222 32 0 34 127 24 51 115 55
Binary 11001011 10010010 11010 0 11100 1010111 10100 101001 1001101 101101

Color Harmonies of #CB921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB921A

Black with #CB921A

Text Example


Text Example

White with #CB921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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