Html Css Color HEX #CB941A Buddha Gold

📋 copy color: '#CB941A'

red 203 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #CB941A

Tints of Buddha Gold #CB941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 53.85%
G = 39.26%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB941A (or 0xCB941A) is known color: Buddha Gold. HEX triplet: CB, 94 and 1A. RGB value is (203,148,26). Sum of RGB (Red+Green+Blue) = 203+148+26=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB941A is #346BE5. Grayscale: #979797. Windows color (decimal): -3435494 or 1742027. OLE color: 1742027.

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

Color convert

RGB 203 148 26 -
CMYK 0 0.27 0.87 0.20
HSL 41.36º 0.77% 0.45% -
HSV(B) 41.36º 0.87% 0.8% -
XYZ 35.4 33.95 5.66 -
YUV 150.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 203 148 26 0 0.27 0.87 0.20 41.36 0.77 0.45
Hex CB 94 1A 0 1B 57 14 29 4D 2D
Octal 313 224 32 0 33 127 24 51 115 55
Binary 11001011 10010100 11010 0 11011 1010111 10100 101001 1001101 101101

Color Harmonies of #CB941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB941A

Black with #CB941A

Text Example


Text Example

White with #CB941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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