Html Css Color HEX #CB8F19 Buddha Gold

📋 copy color: '#CB8F19'

red 203 ◦ green 143 ◦ blue 25

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

Shades of Buddha Gold #CB8F19

Tints of Buddha Gold #CB8F19

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

 BLUE value IS 25 (10.16% from 255) = 6.74%

R = 54.72%
G = 38.54%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB8F19 (or 0xCB8F19) is known color: Buddha Gold. HEX triplet: CB, 8F and 19. RGB value is (203,143,25). Sum of RGB (Red+Green+Blue) = 203+143+25=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8F19 is #3470E6. Grayscale: #949494. Windows color (decimal): -3436775 or 1675211. OLE color: 1675211.

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

Color convert

RGB 203 143 25 -
CMYK 0 0.30 0.88 0.20
HSL 39.78º 0.78% 0.45% -
HSV(B) 39.78º 0.88% 0.8% -
XYZ 34.63 32.41 5.35 -
YUV 147.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 203 143 25 0 0.30 0.88 0.20 39.78 0.78 0.45
Hex CB 8F 19 0 1E 58 14 28 4E 2D
Octal 313 217 31 0 36 130 24 50 116 55
Binary 11001011 10001111 11001 0 11110 1011000 10100 101000 1001110 101101

Color Harmonies of #CB8F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8F19

Black with #CB8F19

Text Example


Text Example

White with #CB8F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8F19; }

 p { color: rgb(203,143,25); }

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

background-color css

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

 a { background-color: rgb(203,143,25); }

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

border-color css

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

 span { border-color: rgb(203,143,25); }

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