Html Css Color HEX #CB941B Buddha Gold

📋 copy color: '#CB941B'

red 203 ◦ green 148 ◦ blue 27

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

Shades of Buddha Gold #CB941B

Tints of Buddha Gold #CB941B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 53.7%
G = 39.15%
B = 7.14%

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

#CB941B (or 0xCB941B) is known color: Buddha Gold. HEX triplet: CB, 94 and 1B. RGB value is (203,148,27). Sum of RGB (Red+Green+Blue) = 203+148+27=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB941B is #346BE4. Grayscale: #979797. Windows color (decimal): -3435493 or 1807563. OLE color: 1807563.

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

Color convert

RGB 203 148 27 -
CMYK 0 0.27 0.87 0.20
HSL 41.25º 0.77% 0.45% -
HSV(B) 41.25º 0.87% 0.8% -
XYZ 35.42 33.96 5.72 -
YUV 150.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 203 148 27 0 0.27 0.87 0.20 41.25 0.77 0.45
Hex CB 94 1B 0 1B 57 14 29 4D 2D
Octal 313 224 33 0 33 127 24 51 115 55
Binary 11001011 10010100 11011 0 11011 1010111 10100 101001 1001101 101101

Color Harmonies of #CB941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB941B

Black with #CB941B

Text Example


Text Example

White with #CB941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB941B; }

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

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

background-color css

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

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

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

border-color css

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

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

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