Html Css Color HEX #CB6730 Gold Drop

📋 copy color: '#CB6730'

red 203 ◦ green 103 ◦ blue 48

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

Shades of Gold Drop #CB6730

Tints of Gold Drop #CB6730

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 57.34%
G = 29.1%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB6730 (or 0xCB6730) is known color: Gold Drop. HEX triplet: CB, 67 and 30. RGB value is (203,103,48). Sum of RGB (Red+Green+Blue) = 203+103+48=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6730 is #3498CF. Grayscale: #7E7E7E. Windows color (decimal): -3446992 or 3172299. OLE color: 3172299.

HSL color Cylindrical-coordinate representation of color #CB6730: hue angle of 21.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB6730 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 103 48 -
CMYK 0 0.49 0.76 0.20
HSL 21.29º 0.62% 0.49% -
HSV(B) 21.29º 0.76% 0.8% -
XYZ 30.01 22.61 5.58 -
YUV 126.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 203 103 48 0 0.49 0.76 0.20 21.29 0.62 0.49
Hex CB 67 30 0 31 4C 14 15 3E 31
Octal 313 147 60 0 61 114 24 25 76 61
Binary 11001011 1100111 110000 0 110001 1001100 10100 10101 111110 110001

Color Harmonies of #CB6730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6730

Black with #CB6730

Text Example


Text Example

White with #CB6730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6730; }

 p { color: rgb(203,103,48); }

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

background-color css

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

 a { background-color: rgb(203,103,48); }

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

border-color css

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

 span { border-color: rgb(203,103,48); }

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