Html Css Color HEX #CB672A Gold Drop

📋 copy color: '#CB672A'

red 203 ◦ green 103 ◦ blue 42

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

Shades of Gold Drop #CB672A

Tints of Gold Drop #CB672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.07%

R = 58.33%
G = 29.6%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB672A (or 0xCB672A) is known color: Gold Drop. HEX triplet: CB, 67 and 2A. RGB value is (203,103,42). Sum of RGB (Red+Green+Blue) = 203+103+42=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB672A is #3498D5. Grayscale: #7E7E7E. Windows color (decimal): -3446998 or 2779083. OLE color: 2779083.

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

Color convert

RGB 203 103 42 -
CMYK 0 0.49 0.79 0.20
HSL 22.73º 0.66% 0.48% -
HSV(B) 22.73º 0.79% 0.8% -
XYZ 29.9 22.56 4.97 -
YUV 125.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 203 103 42 0 0.49 0.79 0.20 22.73 0.66 0.48
Hex CB 67 2A 0 31 4F 14 17 42 30
Octal 313 147 52 0 61 117 24 27 102 60
Binary 11001011 1100111 101010 0 110001 1001111 10100 10111 1000010 110000

Color Harmonies of #CB672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB672A

Black with #CB672A

Text Example


Text Example

White with #CB672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB672A; }

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

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

background-color css

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

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

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

border-color css

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

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

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